Skip to content

GET /inventory/count-session/{session_key}/completed-positions

Get Session Completed Positions

GET
/inventory/count-session/{session_key}/completed-positions

Get all position keys fully counted in a session.

Queries the inventory_count_position_complete edge collection for all
records whose _from matches the given session, returning the _key of each
target position. Used by the warehouse UI to render per-position tick marks.

Emits: (direct query — no event class)
Required scope: inventory:count:read

Parameters

Path Parameters

session_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
  
"string"
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.