v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

Create data field for a collection along with a new data point.

Create data field for a collection along with a new data point.

post/v3/collections/{identifier}/create_data_field

Path parameters

identifierstring required

Uniquely identify a collection.

Example:mEFayXdO

Collection's identifier

Request body

categoryLabelstring

The label of the category that this field will be put into. If not provided, the field will be put into the default category. If no category exists with the specified label, a new category will be created.

Example request

{
  "dataPoint": {
    "parent": "DdCbJhhx",
    "mappingDataSource": "mEFayXdO"
  }
}

Response

Successfully created data field and data point.

categoryLabelstring

The label of the category that this field will be put into. If not provided, the field will be put into the default category. If no category exists with the specified label, a new category will be created.