List Scanning Stations

Beta
GET/v1/operations/scanning-stations

This endpoint is idempotent. Learn more

Returns a paginated list of scanning stations for the current account.

cursoroptional string

Cursor token used to retrieve the next or previous page of results.

limitoptional integer

Maximum number of results per page (default: 100, max: 1000).

qoptional string

Search query used to filter results.

include[]optional arrayenumValues:departmentproduction_steps

Sub-objects to expand in the response. When omitted, sub-objects are returned as null.

objectstringenumValues:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

URL to fetch the next page, null if no more pages.

previous_page_urlstringnullable

URL to fetch the previous page, null if 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 object

Resources in this page.

idstring

Scanning station ID.

objectstringenumValues:scanning_station

Resource type identifier.

namestring

Display name.

notesstringnullable

Notes.

typestringenumValues:init_batchmerge_batchmove_batch

Scanning station type.

label_sizestringnullableenumValues:1x11x31x4

Label size code.

label_typestringnullableenumValues:tagtraveler

Label type code.

operator_requirementstringenumValues:nonematerial_check

Operator requirement behavior for this station.

departmentobjectExpandablenullable

Department.

idstring

Department ID.

objectstringenumValues:department

Resource type identifier.

namestring

Display name.

notesstringnullable

Notes about the department.

locationobjectnullable

Associated location.

Always returned as null in this endpoint.
scanning_stationsobjectnullable

Scanning stations in this department.

Always returned as null in this endpoint.
machinesobjectnullable

Machines in this department.

Always returned as null in this endpoint.
created_atstring (date-time)

Creation timestamp.

updated_atstring (date-time)

Last update timestamp.

production_stepsobjectExpandablenullable

Connected production steps.

objectstringenumValues:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

URL to fetch the next page, null if no more pages.

previous_page_urlstringnullable

URL to fetch the previous page, null if 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 object

Resources in this page.

idstring

Production step ID.

objectstringenumValues:production_step

Resource type identifier.

namestring

Display name.

notesstringnullable

Notes.

leveling_factorstring (decimal)

Leveling factor as a decimal string.

allowancesstring (decimal)

Allowances as a decimal string.

labor_rateobjectnullable

Labor rate.

Always returned as null in this endpoint.
labor_timeobjectnullable

Labor time.

Always returned as null in this endpoint.
overhead_rateobjectnullable

Overhead rate.

Always returned as null in this endpoint.
productionobjectnullable

Production output. Expandable via include[]=production.

Always returned as null in this endpoint.
consumptionsobjectnullable

Consumptions. Expandable via include[]=consumptions.

Always returned as null in this endpoint.
machinesobjectnullable

Machines assigned to this step. Expandable via include[]=machines.

Always returned as null in this endpoint.
scanning_stationobjectnullable

Scanning station. Expandable via include[]=scanning_station.

Always returned as null in this endpoint.
in_stepsobjectnullable

Input steps feeding into this step. Expandable via include[]=in_steps.

Always returned as null in this endpoint.
out_stepsobjectnullable

Output steps this step feeds into. Expandable via include[]=out_steps.

Always returned as null in this endpoint.
departmentobjectnullable

Department. Expandable via include[]=department.

Always returned as 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

200

Successful response for List Scanning Stations