Queries the information about a collection in Data Map. Collections include categories and data albums.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | string | Yes | The collection ID. | category.123 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1AFAE64E-D1BE-432B-A9****",
"MetaCollection": {
"Id": "category.123",
"Type": "Category",
"ParentId": "category.12\n\n",
"Name": "test_category",
"Description": "test",
"CreateTime": 1668568601000,
"ModifyTime": 1668568601000,
"CreateUser": 456789,
"Administrators": [
765432
]
}
}Error codes
For a list of error codes, visit the Service error codes.
