Queries the information about a collection.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
QualifiedName | string | Yes | The unique identifier of the collection. | album.12345 |
Response parameters
Examples
Sample success responses
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
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history