Create an entity collection

This method creates an entity collection.

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
namestringRequired
The name of the entity collection. Make sure you use a succinct and descriptive name.
descriptionstringOptional
Optional description of the entity collection.

Response

The entity collection has been successfully created.
_idstring or null
The unique identifier of the entity collection.
namestring or null
The name of the entity collection.
descriptionstring or null
The description of the entity collection.
created_atstring or nullformat: "date-time"

The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity collection was created.

updated_atstring or nullformat: "date-time"

The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity collection was last updated.

Errors