List Schedule Deviation Types

Beta
GET/v1/operations/schedule-deviation-types

This 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:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

Relative URL that fetches the next page of results.

null when the last page has been reached.

previous_page_urlstringnullable

Relative URL that fetches the previous page of results.

null while on the first page.

has_next_pageboolean

Whether more results exist after this page.

has_prev_pageboolean

Whether results exist before this page.

dataarray of schedule_deviation_type

Resources in this page.

idstring

Deviation type ID.

objectstringenumValues:schedule_deviation_type

Resource type identifier.

codestringenumValues:line_addedline_removedquantity_changed

Stable code recorded on a deviation.

namestring

Display 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