OPERATION-550 - List ACTIVE Operations visible to the caller

Returns the list of ACTIVE Operations visible to the caller's account on the effective store.

Feature flag

  • Requires OPERATIONS to be active.

User scoping

  • Only ACCOUNT users are allowed.

Store scoping

  • Effective store is the dj-store header if provided, otherwise the tenant default store.
  • Caller must be attached to the effective store; otherwise 403.

Visibility

  • Only Operations with status ACTIVE and currently in time window are returned (now within [startDate, endDate], inclusive).
  • PUBLIC are visible to all accounts on the store.
  • PRIVATE require an explicit association with the caller's account.

Locales

  • Optional locale query param. If unknown for the store, the store default locale is used (fallback).

Filters

  • AND between different filter keys, OR between values of the same key. Unknown values are ignored.
  • If a date To is earlier than its corresponding From, the pair is ignored.

Sorting

  • Multiple sort criteria supported among createdAt, startDate, endDate, name.
  • Default: startDate:asc, then name:asc as implicit tie-breaker.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!