/api/2.0/templates/timeEntry
curl -L \ --url 'https://tracket.dev/api/2.0/templates/timeEntry'
{ "id": "text", "fields": [ { "id": "text", "label": "text", "isRequired": true, "defaultOption": "text", "type": "single-select" } ], "_links": { "self": { "href": "text" } } }
/api/2.0/templates/timeEntry/fields/{customFieldId}/options
curl -L \ --url 'https://tracket.dev/api/2.0/templates/timeEntry/fields/{customFieldId}/options'
{ "size": 1, "total": 1, "next-cursor": "text", "items": [ { "fieldId": "text", "optionId": "text", "label": "text", "isArchived": true } ], "_links": { "self": { "href": "text" }, "prev": { "href": "text" }, "next": { "href": "text" } } }
Last updated 1 year ago
Was this helpful?