QueryDigitalSignByName
Retrieves the details of a digital SMS signature by its name.
Operation description
You can query only the digital SMS signatures that belong to your Alibaba Cloud account.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SignName |
string |
No |
The name of the digital SMS signature. The signature must belong to your Alibaba Cloud account. |
阿里云数字商城 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details of the access denial. This parameter is returned only if Resource Access Management (RAM) authentication fails. |
无 |
| RequestId |
string |
The ID of the request. |
F655A8D5-B967-440B-8683-DAD6FF8DE990 |
| Message |
string |
The description of the status code. |
OK |
| Data |
object |
|
"Data": { "gmtModified": 1770005896000, "creator": "UID:1498275912899720", "signName": "驳回理由", "qualificationId": 2757722, "qualificationVersion": 1768974751432, "signIndustry": 0, "registerStatueReason": {}, "signVersion": 1, "remark": "", "telecomRegisterStatus": -1, "signCode": "DIGSIGN_100000168688001_1769050485148_pYZu1", "gmtCreate": 1769050485000, "signId": 22784769, "mobileRegisterStatus": -1, "signSource": 0, "mobileAvailableStatus": 0, "attachmentList": [], "unicomRegisterStatus": 3, "unicomAvailableStatus": 1, "signType": 1, "telecomAvailableStatus": 0, "extendMessage": "{}" }, |
| Code |
string |
The status code of the request. A value of |
OK |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "无",
"RequestId": "F655A8D5-B967-440B-8683-DAD6FF8DE990",
"Message": "OK",
"Data": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.