GET /inventory/count-position-status
Get Count Position Status
GET
/inventory/count-position-status
Get counting completion status for positions in a session, given a parent position key.
Returns a mapping of {position_key: status} for all direct child positions
of parent_key that have an inventory_count_position_complete edge in the
given session. Positions not yet counted are absent from the result.
Emits: (direct query — no event class)
Required scope: inventory:count:read
Parameters
Query Parameters
session_key*
Type
Requiredstring
parent_key*
Type
Requiredstring
Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}