Queries icp record details.
Operation description
Pass a list of icp record IDs to retrieve their details.
For example, call the QuerySmsSignList or GetSmsSign API to obtain the required icp record IDs.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppIcpRecordIdList |
array |
Yes |
A list of icp record entity IDs. |
|
|
integer |
No |
The icp record entity ID. |
100000*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denial details. |
无 |
| RequestId |
string |
The request ID. |
C9955E63-8BFF-101D-80A1-E6998DFEFF1A |
| Message |
string |
The description of the status code. |
OK |
| Data |
array<object> |
A list of APP-ICP record entity details. |
|
|
object |
The details of an APP-ICP record entity. |
||
| AppIcpRecordId |
integer |
The ID of the APP-ICP record material. |
51 |
| AppIcpRecordPic |
string |
The OSS fileKey for the APP-ICP record screenshot. |
10000025*****02/ac181696-****-49c6-90dc-50689267aa00_mhsjd8b8_17*****662348.jpeg |
| AppIcpRecordPicUrl |
string |
The URL of the APP-ICP record screenshot. |
https://alicom-fc-media.oss-cn-zhangjiakou.aliyuncs.com/100000****50802/afde****-496d-46e4-899d-b43758****8_mhk9oz0p_176224****542.png?Expires=1762****6&OSSAccessKeyId=bypFN****73PsLI&Signature=BygI9X****h7%2FXmFIo****FB2c%3D |
| AppPrincipalUnitName |
string |
The hosting unit name. |
阿里云 |
| AppIcpLicenseNumber |
string |
The icp filing/license number. |
123 |
| Domain |
string |
The app store link. |
https://apps.apple.com/cn/app/阿里云/id981011420 |
| AppApprovalDate |
string |
The approval date. |
2020-01-01 |
| AppServiceName |
string |
The app service name. |
测试 |
| Code |
string |
The status code of the request.
|
OK |
| Success |
boolean |
Specifies whether the API call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "无",
"RequestId": "C9955E63-8BFF-101D-80A1-E6998DFEFF1A",
"Message": "OK",
"Data": [
{
"AppIcpRecordId": 51,
"AppIcpRecordPic": "10000025*****02/ac181696-****-49c6-90dc-50689267aa00_mhsjd8b8_17*****662348.jpeg",
"AppIcpRecordPicUrl": "https://alicom-fc-media.oss-cn-zhangjiakou.aliyuncs.com/100000****50802/afde****-496d-46e4-899d-b43758****8_mhk9oz0p_176224****542.png?Expires=1762****6&OSSAccessKeyId=bypFN****73PsLI&Signature=BygI9X****h7%2FXmFIo****FB2c%3D",
"AppPrincipalUnitName": "阿里云",
"AppIcpLicenseNumber": "123",
"Domain": "https://apps.apple.com/cn/app/阿里云/id981011420",
"AppApprovalDate": "2020-01-01",
"AppServiceName": "测试"
}
],
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.