ADM-OPERATION-500 - Return a single Operation by ID

Retrieves a single Operation visible to the caller based on its ID.

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

Access control
dj-client = OPERATOR → can access any Operation.
dj-client = ACCOUNT → can access the Operation only if:

  • ownerId = callerUserId
  • AND OPERATIONS_READ right is still granted.

    Error cases
    • Operation not found or not accessible → 403 or 404 depending on context.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses

401

Authentication required.

403

Caller lacks the required scope.

422

One or more query parameters are invalid.

500

Unexpected server error.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*