curl --request POST \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/work-orders/{id}/assign' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'
Assign a work order to a technician
Work order assigned
POST
/
api
/
v1
/
work-orders
/
{id}
/
assign
curl --request POST \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/work-orders/{id}/assign' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'
Path parameters
string
required
Work order ID
Request body
JSON body of typeany.
Response
Returnsany.
The spec this page is generated from declares this response as an untyped object — the server
returns JSON, but its shape is not published. Read a live response to see the fields; treat any
field you find as unversioned until the spec names it.
Status codes
| Code | Meaning |
|---|---|
200 | Work order assigned |
401 | Unauthorized |
403 | Forbidden |
curl --request POST \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/work-orders/{id}/assign' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'
Last modified on August 31, 2026