Skip to content

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
string
Required
parent_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.