Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.61 KB

File metadata and controls

13 lines (10 loc) · 5.61 KB

CustomFieldDefinition

Fields

Field Type Required Description Example
Id string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
RemoteId string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
Name string N/A
Description string N/A
Type CustomFieldDefinitionType The type of the custom field. Dropdown
Options List<CustomFieldOption> An array of possible options for the custom field. [
{
"id": "option_1",
"value": "Not Started"
},
{
"id": "option_2",
"value": "In Progress"
},
{
"id": "option_3",
"value": "Completed"
}
]