GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "5b738161-0921-47ee-b58c-73025bc76a2b",
      "type": "communications_stages",
      "attributes": {
        "name": "eikam",
        "slug": "eikam",
        "description": "Deserunt sunt laboriosam vel.",
        "position": 1,
        "created_at": "2025-08-19T10:19:03.542-07:00",
        "updated_at": "2025-08-19T10:19:03.542-07:00"
      }
    },
    {
      "id": "04e8f1ea-a102-4dd8-8f1e-fde078e0de83",
      "type": "communications_stages",
      "attributes": {
        "name": "9gizu",
        "slug": "9gizu",
        "description": "Qui similique eaque enim.",
        "position": 2,
        "created_at": "2025-08-19T10:19:03.547-07:00",
        "updated_at": "2025-08-19T10:19:03.547-07:00"
      }
    },
    {
      "id": "99752d9c-a713-485b-876a-1915dab14853",
      "type": "communications_stages",
      "attributes": {
        "name": "vntyh",
        "slug": "vntyh",
        "description": "Natus exercitationem voluptas omnis.",
        "position": 3,
        "created_at": "2025-08-19T10:19:03.554-07:00",
        "updated_at": "2025-08-19T10:19:03.554-07:00"
      }
    },
    {
      "id": "697c5bb0-afb5-448f-824c-af4330992ae2",
      "type": "communications_stages",
      "attributes": {
        "name": "02qg2",
        "slug": "02qg2",
        "description": "Dolor consequuntur nam libero.",
        "position": 4,
        "created_at": "2025-08-19T10:19:03.560-07:00",
        "updated_at": "2025-08-19T10:19:03.560-07:00"
      }
    },
    {
      "id": "44c3adbc-733c-40bd-88f3-d9c63d209bb4",
      "type": "communications_stages",
      "attributes": {
        "name": "vpxlk",
        "slug": "vpxlk",
        "description": "Numquam sit veritatis eaque.",
        "position": 5,
        "created_at": "2025-08-19T10:19:03.565-07:00",
        "updated_at": "2025-08-19T10:19:03.565-07:00"
      }
    },
    {
      "id": "d396b74d-dab4-45aa-9bda-0996b1ecb6b6",
      "type": "communications_stages",
      "attributes": {
        "name": "xw1d8",
        "slug": "xw1d8",
        "description": "Quod voluptatum eaque amet.",
        "position": 6,
        "created_at": "2025-08-19T10:19:03.571-07:00",
        "updated_at": "2025-08-19T10:19:03.571-07:00"
      }
    },
    {
      "id": "11ceeffa-a1db-42b0-b385-1b97c51a9c53",
      "type": "communications_stages",
      "attributes": {
        "name": "htrax",
        "slug": "htrax",
        "description": "Ut fuga reiciendis optio.",
        "position": 7,
        "created_at": "2025-08-19T10:19:03.578-07:00",
        "updated_at": "2025-08-19T10:19:03.578-07:00"
      }
    },
    {
      "id": "0b1e8fc8-1b7b-4533-b4f5-0f82ae453b97",
      "type": "communications_stages",
      "attributes": {
        "name": "lfrqy",
        "slug": "lfrqy",
        "description": "Nihil nihil voluptas dolorem.",
        "position": 8,
        "created_at": "2025-08-19T10:19:03.584-07:00",
        "updated_at": "2025-08-19T10:19:03.584-07:00"
      }
    },
    {
      "id": "e8d28b56-3f0b-4b3b-bc65-4e676af20721",
      "type": "communications_stages",
      "attributes": {
        "name": "k89v4",
        "slug": "k89v4",
        "description": "Quod qui cumque et.",
        "position": 9,
        "created_at": "2025-08-19T10:19:03.589-07:00",
        "updated_at": "2025-08-19T10:19:03.589-07:00"
      }
    },
    {
      "id": "b9230a7b-6f10-4ed5-a978-c3e53707293a",
      "type": "communications_stages",
      "attributes": {
        "name": "gp4d1",
        "slug": "gp4d1",
        "description": "Sunt est sed et.",
        "position": 10,
        "created_at": "2025-08-19T10:19:03.595-07:00",
        "updated_at": "2025-08-19T10:19:03.595-07: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

The response is of type object.