List Production Schedule Resource Settings
Beta/v1/operations/production-schedule-settings/resourcesThis endpoint is idempotent. Learn more
Returns the per-machine, per-department and per-step planning overrides.
This is where machines are marked as the planning constraint, and where a department or step declares how many weeks after the constraint its work starts.
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 production_schedule_resource_settingResources in this page.
idstringResource setting ID.
objectstringenumValues:production_schedule_resource_settingResource type identifier.
scope_typestringenumValues:machinedepartmentproduction_stepWhat kind of resource this overrides.
scopeentitynullableThe machine, department or production step this overrides.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
participation_statusstringenumValues:includedexcludedWhether this resource takes part in planning. Machines are selected by department, so this takes one out rather than opting one in — for a machine down for a rebuild that should not be planned against.
lead_time_weeksnumbernullableWeeks of lead time at this resource.
lead_time_offset_weeksnumberWeeks after the constraint campaign this resource's work starts.
Responses
Successful response for List Production Schedule Resource Settings