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
Example request
{
"dataPoint": {
"parent": "DdCbJhhx",
"mappingDataSource": "mEFayXdO"
}
}Response
Successfully created data field and data point.