ADM-OPERATION-550 - Return a paginated list of Operations

Lists Operations visible to the caller, applying optional filters and sorting.

Feature flag

  • Available only when OPERATIONS is ON (otherwise 403).

Access control

  • dj-client = OPERATOR → sees every Operation (all stores).
  • dj-client = ACCOUNT → sees Operations where ownerId = callerUserId
    and the caller still has right OPERATIONS_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 & endDate default ASC (soonest first).

  • name defaults ASC (A→Z).

    ID Type Handling:

  • Optional idType query param allows choosing between internal and external identifiers.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!