---
title: "Query Sales Order Workflow Events"
method: GET
path: "/v2/salesOrders/workflowEvents"
tags: ["salesorder"]
---

# Query Sales Order Workflow Events

`GET /v2/salesOrders/workflowEvents`

Query all available workflow events for sales orders

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

All manual workflow events for sales orders that could be used to trigger workflow events via REST-API.

- JTLWawiRestContractsModelsV1CommonWorkflowEvent[]
  - `id` integer — ID of the workflow event
  - `name` string — Name of the workflow event

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No fields could be found.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/versions/f979b1ea6951/schema)
