List Production Schedule Resource Settings
Beta/v1/operations/production-schedule-settings/resourcesThis endpoint is idempotent. Learn more
Returns every per-machine, per-department and per-step override of the account's planning assumptions.
An override exists only for a resource that has been given one: this is where a machine is taken out of the plan, and where a production step declares how many weeks its work starts after the step that feeds it. Anything absent from this list is planned on the account settings alone.
The account's full set of overrides is returned at once — there are no filters and nothing to page through.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
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 override applies to.
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 chosen by naming the constraint department, so an override is how one is taken out — a machine down for a rebuild — rather than how one is opted in. A machine with no override is planned.
lead_time_weeksnumbernullableWeeks of lead time at this resource.
lead_time_offset_weeksnumberHow many weeks after the step feeding it this resource's work starts.
Read when downstream department work is derived from the constraint plan, so it is the production-step override that shifts a plan: without an offset every step lands in the same week as the step feeding it, and the offsets along a chain of steps add up. A schedule is planned in whole weeks, so a fractional offset is truncated.
Responses
Successful response for List Production Schedule Resource Settings