Skip to main content

The CustomFieldAssignment object

idstringrequired
typestringrequired

Possible values: [custom_field_assignments]

attributes objectrequired
custom_field_value_idstring

ID of the associated custom field value

assignable_typestring

The type of the assignable resource

assignable_idstring

The ID of the assignable resource

created_atdate-time
updated_atdate-time
The CustomFieldAssignment object
{
"id": "string",
"type": "custom_field_assignments",
"attributes": {
"custom_field_value_id": "string",
"assignable_type": "string",
"assignable_id": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}