PULSAR
API ReferenceSimple Work Orders

Get Simple Work Orders

Get simple work orders.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Query Parameters

page?number

The page number to return.

Formatdouble
Default1
pageSize?number

The number of results to return per page.

Formatdouble
Default1000

Response Body

application/json

Try it live
GET
/simple-work-orders

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/simple-work-orders"
{  "totalItems": 0.1,  "data": [    {}  ]}