Custom Objects Create

POST

Creates a custom object.

Request

This endpoint expects an object.
leaf_typestringRequired

Leaf type of the custom object.

unique_keystringRequired

The unique key of the custom object.This can be used to hold an external reference to another object.

custom_fieldsmap from strings to anyOptional

Custom fields of the custom object.

custom_schema_specobjectOptional

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

stagestringOptional

The stage of the custom object.

stage_validation_optionslist of "allow_non_start"Optional

The type of stage validations options when creating a custom object.

titlestringOptional

Title of the custom object.

Response

This endpoint returns an object.
custom_objectobject