GET
/
v1
/
cycle_counts
curl --location --request GET 'https://api.stateset.com/v1/cycle_counts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": ""
}'


Body

limit
string
required
This is the limit of the picks.
offset
string
required
This is the offset of the picks.
order_direction
string
required
This is the order direction of the picks.

Response

id
string
This is the unique identifier for the pick
cycle_count_number
string
This is the unique identifier for the pick
status
string
This is the unique identifier for the pick
part
string
This is the unique identifier for the pick
standard_tracking
string
This is the unique identifier for the pick
serialized_tracking
string
This is the unique identifier for the pick
quantity_expected
string
This is the unique identifier for the pick
quantity_counted
string
This is the unique identifier for the pick
variance_quantity
string
This is the unique identifier for the pick
variance_cost
string
This is the unique identifier for the pick
explanation
string
This is the unique identifier for the pick
site
string
This is the unique identifier for the pick
location
string
This is the unique identifier for the pick
bin
string
This is the unique identifier for the pick
lot
string
This is the unique identifier for the pick
scheduled_start_date
string
This is the unique identifier for the pick
scheduled_end_date
string
This is the unique identifier for the pick
completed_date
string
This is the unique identifier for the pick
assigned_user
string
This is the unique identifier for the pick
method
string
This is the unique identifier for the pick
status
string
This is the unique identifier for the pick
curl --location --request GET 'https://api.stateset.com/v1/cycle_counts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": ""
}'