v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCustom Fields
Create a custom field
🔑
Required OAuth scope: customFields:write.
Creates a custom field.
post/api/v2/custom-fields
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"name": "Department"
}Response
Returns the created custom field.
Example response
{
"name": "Department",
"_id": "507f1f77bcf86cd799439011"
}