latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Pipelines

Get list of pipelines by Company ID

get/pipelines

Query parameters

companystring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
limitnumber
Example:10
offsetnumber
Example:3

Response

Response object of pipelines requests

Example response

{
  "company": {
    "pipelines": {
      "items": [
        {
          "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
          "display_name": "first pipeline",
          "stages": [
            {
              "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
              "display_name": "Staging",
              "type": "standard"
            }
          ]
        }
      ]
    }
  }
}