get https://example.com/v1/operations
Lists Operations visible to the caller, applying optional filters and sorting.
Feature flag
- Available only when
OPERATIONSis ON (otherwise 403).
Access control
dj-client = OPERATOR→ sees every Operation (all stores).dj-client = ACCOUNT→ sees Operations whereownerId = callerUserId
and the caller still has rightOPERATIONS_READ.
Filters
-
AND between different filter keys, OR between values of the same key.
-
Unknown values are ignored.
Sorting -
Default is
createdAt|desc(newest first). -
startDate&endDatedefault ASC (soonest first). -
namedefaults ASC (A→Z).
ID Type Handling: -
Optional
idTypequery param allows choosing between internal and external identifiers.
