List Scanning Stations
Beta/v1/operations/scanning-stationsThis endpoint is idempotent. Learn more
Returns a paginated list of scanning stations in your account.
The q search term matches the station name.
cursoroptional stringOpaque cursor token identifying where the page of results starts.
Use the cursor value embedded in a previous response's next_page_url or previous_page_url to fetch the adjacent page. Omit to start from the first page.
limitoptional integerMaximum number of results to return in a single page.
qoptional stringFree-text search term used to filter results.
Which fields are matched against the term varies by endpoint.
include[]optional arrayenumValues:departmentproduction_stepsSub-objects to expand in the response. When omitted, sub-objects are returned as null.
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 scanning_stationResources in this page.
idstringScanning station ID.
objectstringenumValues:scanning_stationResource type identifier.
namestringDisplay name of the scanning station.
Unique within the account.
notesstringnullableFree-form notes about the scanning station.
typestringenumValues:init_batchmerge_batchmove_batchScanning station type, determining which batch operation an operator performs when they scan here.
init_batch: starts a new batch at the beginning of a production flow.merge_batch: combines several scanned batches into one.move_batch: advances a batch through a production step connected to this station.split_batch: divides a batch into several batches.
Fixed when the station is created.
label_sizestringnullableenumValues:1x11x31x4Size of the labels printed at this station, given as width-by-height (for example, 1x1).
label_typestringnullableenumValues:tagtravelerType of label printed at this station.
tag: a label attached to the physical product.traveler: a routing sheet that accompanies the batch through every production step.
operator_requirementstringenumValues:nonematerial_checkWhether operators must perform a material check at this station.
none: no additional operator check is required.material_check: a material check is expected before the operation.
The department this scanning station belongs to.
Assigned when the station is created and cannot be reassigned afterward.
idstringDepartment ID.
objectstringenumValues:departmentResource type identifier.
namestringDisplay name of the department.
Unique within the account.
notesstringnullableFree-form notes about the department.
locationlocationnullableThe storage location where this department operates.
null in this endpoint.Scanning stations in this department.
null in this endpoint.Machines in this department.
null in this endpoint.labor_rateratenullableHourly labor rate for work done in this department, such as a changeover technician.
Production scheduling costs changeovers with the constraint department's rate when one is set, falling back to the account-wide changeover labor rate setting.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
Production steps connected to this station.
A production step can be connected to at most one scanning station, so connecting a step here disconnects it from any other station. Manage the connections with Connect Production Steps to Scanning Station.
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_stepResources in this page.
idstringProduction step ID.
objectstringenumValues:production_stepResource type identifier.
namestringDisplay name of the step.
notesstringnullableFree-form notes about the step.
leveling_factorstring (decimal)Leveling correction factor applied to labor time in cost calculations, as a decimal string.
Effective labor time per unit is labor_time × (1 + leveling_factor) × (1 + allowances).
allowancesstring (decimal)Allowance correction factor applied to labor time in cost calculations, as a decimal string.
Effective labor time per unit is labor_time × (1 + leveling_factor) × (1 + allowances).
labor_rateratenullableCost of labor for this step, expressed as a rate of currency per unit of time (e.g. $ per hr).
null in this endpoint.labor_timeratenullableLabor duration for this step, expressed as a rate (e.g. time per unit of output).
null in this endpoint.overhead_rateratenullableOverhead cost for this step, expressed as a rate of currency per unit of time (e.g. $ per hr).
null in this endpoint.productionproductionnullableThe item and quantity this step produces.
null in this endpoint.Materials this step consumes as inputs, with their quantities and expected waste.
null in this endpoint.Machines assigned to this step.
null in this endpoint.Scanning station where this step's batches are scanned.
null in this endpoint.Steps that feed into this step.
null in this endpoint.Steps that this step feeds into.
null in this endpoint.Department responsible for this step.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Scanning Stations