Skip to main content
GET
/
v1
/
custom-worksite-operation-statuses
List custom worksite operation statuses
curl --request GET \
  --url https://api.opx.co/partners/v1/custom-worksite-operation-statuses
{
  "data": [
    {
      "id": "<string>",
      "label": "<string>",
      "worksite_operation_status": "<string>",
      "worksite_operation_label": "<string>",
      "position": "<string>",
      "active": "<string>"
    }
  ]
}

Query Parameters

page
integer | null
Required range: x >= 1
per_page
integer | null
Required range: 1 <= x <= 100

Response

CustomWorksiteOperationStatusCollection

data
CustomWorksiteOperationStatusResource · object[]
required