DescribeRecordData
Invoke the DescribeRecordData API to retrieve call information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aiccs:DescribeRecordData |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProdCode |
string |
No |
Product name. Default value: aiccs. |
aiccs |
| AccountType |
string |
No |
Account type. |
BUC_TYPE |
| AccountId |
string |
No |
AccountId. |
2235**** |
| Acid |
string |
No |
Session ID. |
1004849**** |
| SecLevel |
integer |
No |
Recording desensitization level. Valid values: 1–4. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Acid |
string |
Session ID. |
1004849**** |
| RequestId |
string |
Request ID. |
EE338D98-9BD3-4413-B165 |
| Message |
string |
Status code description. |
OK |
| OssLink |
string |
Recording file link. |
https://**** |
| AgentId |
string |
Agent ID. |
1212**** |
| Code |
string |
Status code. A return value of 200 indicates that the request succeeded. |
200 |
Examples
Success response
JSON format
{
"Acid": "1004849****",
"RequestId": "EE338D98-9BD3-4413-B165",
"Message": "OK",
"OssLink": "https://****",
"AgentId": "1212****",
"Code": "200"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Permission.NotAuthorized | Insufficient permissions. Please contact the primary account administrator. | |
| 400 | Parameter.Error | Parameter error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.