List appointments (RDV)
Returns the bookings (rendez-vous) as a flat array, optionally narrowed by associate, customer, store, status (requested | confirmed | completed | cancelled | no-show) and/or timeframe (upcoming | past, relative to the server clock). For a single booking use the get operation.
Authorizations
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
Narrow to one sales associate's appointments (RDV).
Narrow to one customer's appointments by id.
Narrow to one store's appointments by store id.
Filter by status: requested | confirmed | completed | cancelled | no-show.
requested, confirmed, completed, cancelled, no-show Filter relative to the server clock: upcoming | past.
upcoming, past Response
The matching appointments (empty array when none match).

