All Products
Search
Document Center

DataWorks:CreateMetaCollection

Last Updated:Jan 12, 2026

Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ParentIdstringNo

The parent collection ID.

category.123
NamestringYes

The ID of the collection.

test_album
TypestringYes

The collection name.

  • Category
  • Album
  • AlbumCategory: Album subcategory.
Category
DescriptionstringNo

The collection description.

test comment

Response parameters

ParameterTypeDescriptionExample
object

The response.

RequestIdstring

The request ID.

E6F0DBDD-5AD****
Idstring

The collection ID returned after a successful creation.

category.123

Examples

Sample success responses

JSONformat

{
  "RequestId": "E6F0DBDD-5AD****",
  "Id": "category.123"
}

Error codes

For a list of error codes, visit the Service error codes.