List Schedule Deviation Types
BetaGET
/v1/operations/schedule-deviation-typesThis endpoint is idempotent. Learn more
Returns the kinds of hand change a schedule deviation can record.
Permissions requiredValues:production_schedules:read
The role behind your API key or agent must grant every one of these permissions.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of schedule_deviation_typeResources in this page.
idstringDeviation type ID.
objectstringenumValues:schedule_deviation_typeResource type identifier.
codestringenumValues:line_addedline_removedquantity_changedStable code recorded on a deviation.
namestringDisplay name of the type.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for List Schedule Deviation Types