List Scanning Stations
Beta/v1/operations/scanning-stationsThis endpoint is idempotent. Learn more
Returns a paginated list of scanning stations for the current account.
cursoroptional stringQuery parameter: cursor for List Scanning Stations
limitoptional integerQuery parameter: limit for List Scanning Stations
qoptional stringQuery parameter: q for List Scanning Stations
include[]optional arrayenumValues:departmentproduction_stepsSub-objects to expand in the response. When omitted, sub-objects are returned as null.
objectstringenumValues:listObject type for ScanningStation list
page_infoobjectPagination metadata for ScanningStation list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of ScanningStation resources in this page
idstringScanning station ID.
objectstringenumValues:scanning_stationResource type identifier.
namestringDisplay name.
notesstringnullableNotes.
typestringenumValues:init_batchmerge_batchmove_batchScanning station type.
label_sizestringnullableenumValues:1x11x31x4Label size code.
label_typestringnullableenumValues:tagtravelerLabel type code.
material_check_requiredbooleanWhether material check is required.
departmentobjectExpandablenullableDepartment.
idstringDepartment ID.
objectstringenumValues:departmentResource type identifier.
namestringDisplay name.
notesstringnullableNotes about the department.
locationobjectnullableAssociated location.
null in this endpoint.scanning_stationsobjectnullableScanning stations in this department.
null in this endpoint.machinesobjectnullableMachines in this department.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
production_stepsobjectExpandablenullableConnected production steps.
objectstringenumValues:listObject type for ProductionStep list
page_infoobjectPagination metadata for ProductionStep list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of ProductionStep resources in this page
idstringProduction step ID.
objectstringenumValues:production_stepResource type identifier.
namestringDisplay name.
notesstringnullableNotes.
leveling_factorstring (decimal)Leveling factor as a decimal string.
allowancesstring (decimal)Allowances as a decimal string.
labor_rateobjectnullableLabor rate.
null in this endpoint.labor_timeobjectnullableLabor time.
null in this endpoint.overhead_rateobjectnullableOverhead rate.
null in this endpoint.productionobjectnullableProduction output.
null in this endpoint.consumptionsarray of objectConsumptions.
null in this endpoint.machinesarray of objectMachines assigned to this step.
null in this endpoint.scanning_stationobjectnullableScanning station.
null in this endpoint.in_stepsarray of objectInput steps feeding into this step.
null in this endpoint.out_stepsarray of objectOutput steps this step feeds into.
null in this endpoint.departmentobjectnullableDepartment.
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