Motion Logo Motion API Documentation
Support
API Keys

Add Custom Field to Task

Add a Custom Field Value to a Task

POST beta / custom-field-values / task / {taskId}

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

Path Parameters

taskId string required

The task for which a new custom field value will be added

Body

application/json

customFieldInstanceId string required

The custom field on the workspace that is being set on the task

value object required

The value of the custom field on the workspace that is being set

Response

200 - application/json - object

type string required

The type of custom field. "text", "url", "date", "person", "multiPerson", "phone", "select", "multiSelect", "number", "email", "checkbox", and "relatedTo" are all valid options

value string or number required

The actual value being set

Was this page helpful?