Allows you to create a custom object schema. To understand objects and records, please have a look at the documentation here :Â https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0
Request
Provide your bearer token in the Authorization header when making requests to protected resources.
Headers
Access Token
API Version
Body
This is what your custom object will be called. These labels will be used to display your custom object on the UI
Singular name of the custom object
Plural name of the custom object
key that would be used to refer the Custom Object internally (lowercase + underscore_separated). 'custom_objects.' would be added as prefix by default
Pet Object`s description
Location Id
Primary property which will be displayed on the record page
key that would be used to refer the custom field internally (lowercase + underscore_separated). 'custom_objects.{{objectKey}}' would be added as prefix by default is not passed
Name of the Primary property name which will be displayed on the record page
Primary property data Type (it can either be TEXT or NUMERICAL type)
Responses
200
Successful response
Body
id of the custom / standard object schema
false in case of custom objects and true in case of standard objects like contacts and opportunities
key that would be used to refer the custom / standard Object internally (lowercase + underscore_separated). For custom objects, 'custom_objects.' would be added as prefix by default
This is what your custom / standard object will be called. These labels will be used to display your custom object on the UI
Custom / Standard Object Descriptions for example , Pet Object`s description
location's id
Primary property for the custom / standard Object. This would be used as primary data when rendering the UI. 'custom_objects.{{object_key}} or business.{{object_key}} (for company)' would be added as prefix by default for all the custom / standard objects
Date and time when the object was added
Date and time when the object was last updated
Object`s Type
400
Bad Request
Body
401
Unauthorized
Body
422
Unprocessable Entity