Queries the details of a collection.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| QualifiedName |
string |
Yes |
The unique identifier of the collection. |
album.12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. Used to locate logs and troubleshoot issues. |
0000-ABCD-E**** |
| Collection | Collection |
The collection object. |
|
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code. |
9999 |
| ErrorMessage |
string |
The error message. |
album.xxxx does not exist. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "0000-ABCD-E****",
"Collection": {
"QualifiedName": "album.12334",
"CollectionType": "album",
"Name": "collectionName",
"Comment": "comment",
"OwnerId": "1234444",
"OwnerName": "owner",
"CreateTime": 1668600147617,
"UpdateTime": 1668600148617,
"Level": 1
},
"Success": true,
"ErrorCode": "9999",
"ErrorMessage": "album.xxxx does not exist.",
"HttpStatusCode": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.