v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
company

Get Milestones

Get milestones related to company. For including statuses, the company must have enabled custom workflows. Supported includes: status.

get/company-settings/job-file-settings/workflow-milestones

Query parameters

includesstring

Optional fields to include in full with the response.

Response

OK

Example response

{
  "items": [
    {
      "id": 1,
      "name": "Lead",
      "statuses": [
        {
          "id": "5a228f89-0f8a-4f68-a14c-09da92845142",
          "name": "Lead status initial"
        }
      ]
    }
  ]
}