Skip to content

GET /inventory/count-session/

Get Counting Session

GET
/inventory/count-session/{session_key}

Fetch full details for a single counting session.

Returns the InventoryCountSession document enriched with assignment details
and progress statistics. Raises 404 when session_key does not match any
session in the database.

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

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

session_key*
Type
string
Required

Responses

Successful Response

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

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.