Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.

Query Parameters

from
string

Inclusive period start (YYYY-MM-DD, from <= to); omit for all time. Bad value → 400.

to
string

Inclusive period end (YYYY-MM-DD, from <= to); omit for all time. Bad value → 400.

store
string

Narrow the report to one store by its canonical store id; omit for the network.

Response

The per-session variance rows and the aggregated summary.

The per-session variance rows and the aggregated summary.

from
string | null
required
to
string | null
required
store
string | null
required
rows
object[]
required
summary
object
required