Create Collection Item

POST

Create Item in a Collection. To create items across multiple locales, please use the bulk item endpoint. Required scope | CMS:write

Path parameters

collection_idstringRequired

Unique identifier for a Collection

Request

This endpoint expects an object.
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

fieldDataobjectOptional

Response

Request was successful

idstring

Unique identifier for the Item

cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

lastPublishedstringOptional

The date the item was last published

lastUpdatedstringOptional

The date the item was last updated

createdOnstringOptional

The date the item was created

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

fieldDataobjectOptional

Errors