Create a Custom Object Record. Supported Objects business and custom objects. Documentation Link - https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0/87cpx-376296
Request
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123
Provide your bearer token in the Authorization header when making requests to protected resources.
Path Parameters
schemaKey
string
The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings.
Example:
custom_objects.pet or business.email (for company's email)
Headers
Authorization
string
Access Token
Example:
Bearer 9c48df2694a849b6089f9d0d3513efe
Version
string
API Version
Allowed value:
2021-07-28
Responses
200
Successful response
Body
record
object
id
string
id of the record
Example:
661c06b4ffde146bdb469442
owner
array[string]
Owner (User's id). Limited to 1 for now. Only Supported with custom objects
Example:
["sx6wyHhbFdRXh302Lunr"]
followers
array[string]
Follower (User's ids). Limited to 10 for now
Example:
["sx6wyHhbFdRXh302Lunr","v5cEPM428h8vShlRW1KT"]
properties
string
Properties of the record
Example:
{"customer_number":1424,"ticket_name":"Customer not able login","phone_number":"+917000000000","money":{"currency":"default","value":100},"type_of_ticket":"doubt","section_of_app":["contacts","smartlist"],"recieved_on":"2024-07-11","my_files":[{"url":"---url_of_file---"}],"my_textbox_list.option_a":"Value 1","my_textbox_list.option_b":"Value 2"}
dateAdded
string<date-time>
Date and time when the object was added
dateUpdated
string<date-time>
Date and time when the object was last updated
400
Bad Request
Body
statusCode
number
Example:
400
message
string
Example:
Bad Request
401
Unauthorized
Body
statusCode
number
Example:
401
message
string
Example:
Invalid token: access token is invalid
error
string
Example:
Unauthorized