Skip to main content
GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "f05df25a-9f3a-4986-b11b-37b17da8d672",
      "type": "communications_stages",
      "attributes": {
        "name": "hivq8",
        "slug": "hivq8",
        "description": "Assumenda quia error dolor.",
        "position": 1,
        "created_at": "2026-02-19T13:57:03.257-08:00",
        "updated_at": "2026-02-19T13:57:03.257-08:00"
      }
    },
    {
      "id": "5ced5a1a-576d-4cf5-949b-5a0005fb9da4",
      "type": "communications_stages",
      "attributes": {
        "name": "x5q0h",
        "slug": "x5q0h",
        "description": "Optio qui enim mollitia.",
        "position": 2,
        "created_at": "2026-02-19T13:57:03.264-08:00",
        "updated_at": "2026-02-19T13:57:03.264-08:00"
      }
    },
    {
      "id": "ce13d913-285b-4892-ba79-df6cbd93f210",
      "type": "communications_stages",
      "attributes": {
        "name": "8pynq",
        "slug": "8pynq",
        "description": "Quae provident cupiditate veniam.",
        "position": 3,
        "created_at": "2026-02-19T13:57:03.273-08:00",
        "updated_at": "2026-02-19T13:57:03.273-08:00"
      }
    },
    {
      "id": "68289688-5bdc-4785-9956-4f7278bfbe0a",
      "type": "communications_stages",
      "attributes": {
        "name": "a37dq",
        "slug": "a37dq",
        "description": "Et corrupti iusto nesciunt.",
        "position": 4,
        "created_at": "2026-02-19T13:57:03.279-08:00",
        "updated_at": "2026-02-19T13:57:03.279-08:00"
      }
    },
    {
      "id": "7cc5e609-edd2-4e24-8cf6-ecb5bd34640c",
      "type": "communications_stages",
      "attributes": {
        "name": "zc14c",
        "slug": "zc14c",
        "description": "Ducimus ipsa consectetur et.",
        "position": 5,
        "created_at": "2026-02-19T13:57:03.285-08:00",
        "updated_at": "2026-02-19T13:57:03.285-08:00"
      }
    },
    {
      "id": "3075cddd-1555-4977-ae5d-7a34e53a5b6d",
      "type": "communications_stages",
      "attributes": {
        "name": "bunbz",
        "slug": "bunbz",
        "description": "Suscipit in et ea.",
        "position": 6,
        "created_at": "2026-02-19T13:57:03.292-08:00",
        "updated_at": "2026-02-19T13:57:03.292-08:00"
      }
    },
    {
      "id": "9033974d-b79e-4a36-b6c7-9389cc1bb4f5",
      "type": "communications_stages",
      "attributes": {
        "name": "skjj3",
        "slug": "skjj3",
        "description": "Sit qui impedit velit.",
        "position": 7,
        "created_at": "2026-02-19T13:57:03.299-08:00",
        "updated_at": "2026-02-19T13:57:03.299-08:00"
      }
    },
    {
      "id": "e928288c-f562-493c-86e9-63362dae6b6a",
      "type": "communications_stages",
      "attributes": {
        "name": "zc4vd",
        "slug": "zc4vd",
        "description": "Repudiandae corporis corrupti aut.",
        "position": 8,
        "created_at": "2026-02-19T13:57:03.306-08:00",
        "updated_at": "2026-02-19T13:57:03.306-08:00"
      }
    },
    {
      "id": "b3031ae8-4b13-4435-89df-24bb44f8cf3f",
      "type": "communications_stages",
      "attributes": {
        "name": "cb1f4",
        "slug": "cb1f4",
        "description": "Repellendus reiciendis ut totam.",
        "position": 9,
        "created_at": "2026-02-19T13:57:03.315-08:00",
        "updated_at": "2026-02-19T13:57:03.315-08:00"
      }
    },
    {
      "id": "e439f610-1f14-4467-a17a-e667056a8e54",
      "type": "communications_stages",
      "attributes": {
        "name": "jd32j",
        "slug": "jd32j",
        "description": "Quo dolores aut quibusdam.",
        "position": 10,
        "created_at": "2026-02-19T13:57:03.322-08:00",
        "updated_at": "2026-02-19T13:57:03.322-08:00"
      }
    }
  ],
  "links": {
    "self": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "first": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "prev": null,
    "next": null,
    "last": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  },
  "meta": {
    "current_page": 1,
    "next_page": null,
    "prev_page": null,
    "total_count": 10,
    "total_pages": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page[number]
integer
page[size]
integer
filter[name]
string
filter[slug]
string
filter[created_at][gt]
string
filter[created_at][gte]
string
filter[created_at][lt]
string
filter[created_at][lte]
string
sort
string

Response

200 - application/vnd.api+json

communications stages found

data
object[]
required
meta
object