QuerySmsAppIcpRecord

更新时间:
复制 MD 格式

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 indicates a successful request.

  • For other error codes, see the error code list.

OK

Success

boolean

Specifies whether the API call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

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.