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": "7b6c233d-0e2b-4573-a7a2-cdf2804ce2b3",
      "type": "communications_stages",
      "attributes": {
        "name": "23sqs",
        "slug": "23sqs",
        "description": "Cupiditate ab aut accusantium.",
        "position": 1,
        "created_at": "2025-11-28T18:07:57.926-08:00",
        "updated_at": "2025-11-28T18:07:57.926-08:00"
      }
    },
    {
      "id": "b05d730b-0d74-405f-838b-4a099ebb5e0b",
      "type": "communications_stages",
      "attributes": {
        "name": "jbaau",
        "slug": "jbaau",
        "description": "Eos cumque totam quis.",
        "position": 2,
        "created_at": "2025-11-28T18:07:57.932-08:00",
        "updated_at": "2025-11-28T18:07:57.932-08:00"
      }
    },
    {
      "id": "45f8d17e-179a-480d-8d23-842cd140a5b9",
      "type": "communications_stages",
      "attributes": {
        "name": "bcruv",
        "slug": "bcruv",
        "description": "Esse id maxime in.",
        "position": 3,
        "created_at": "2025-11-28T18:07:57.939-08:00",
        "updated_at": "2025-11-28T18:07:57.939-08:00"
      }
    },
    {
      "id": "73f4f66c-afdc-4d47-ae89-b5ce6d6aadad",
      "type": "communications_stages",
      "attributes": {
        "name": "j6oi4",
        "slug": "j6oi4",
        "description": "Necessitatibus qui aut nihil.",
        "position": 4,
        "created_at": "2025-11-28T18:07:57.945-08:00",
        "updated_at": "2025-11-28T18:07:57.945-08:00"
      }
    },
    {
      "id": "37e99495-f85e-407a-94b8-0478eb57da9d",
      "type": "communications_stages",
      "attributes": {
        "name": "vrv7p",
        "slug": "vrv7p",
        "description": "Illo neque est fuga.",
        "position": 5,
        "created_at": "2025-11-28T18:07:57.951-08:00",
        "updated_at": "2025-11-28T18:07:57.951-08:00"
      }
    },
    {
      "id": "b4b32f61-22ca-4bf8-a526-81d3731ec971",
      "type": "communications_stages",
      "attributes": {
        "name": "kfa1l",
        "slug": "kfa1l",
        "description": "Et explicabo dolore consequatur.",
        "position": 6,
        "created_at": "2025-11-28T18:07:57.956-08:00",
        "updated_at": "2025-11-28T18:07:57.956-08:00"
      }
    },
    {
      "id": "d0eb700f-23da-43d1-9528-0ac641dfa23e",
      "type": "communications_stages",
      "attributes": {
        "name": "r5e9s",
        "slug": "r5e9s",
        "description": "Rerum assumenda saepe fugiat.",
        "position": 7,
        "created_at": "2025-11-28T18:07:57.962-08:00",
        "updated_at": "2025-11-28T18:07:57.962-08:00"
      }
    },
    {
      "id": "a6466051-b5ab-4f49-adc6-c1741bf589b7",
      "type": "communications_stages",
      "attributes": {
        "name": "yciz7",
        "slug": "yciz7",
        "description": "Vel optio nam pariatur.",
        "position": 8,
        "created_at": "2025-11-28T18:07:57.968-08:00",
        "updated_at": "2025-11-28T18:07:57.968-08:00"
      }
    },
    {
      "id": "040998c1-7f5c-4e69-91a3-072e460e36a8",
      "type": "communications_stages",
      "attributes": {
        "name": "mj4zv",
        "slug": "mj4zv",
        "description": "Dolores sit maxime ipsum.",
        "position": 9,
        "created_at": "2025-11-28T18:07:57.974-08:00",
        "updated_at": "2025-11-28T18:07:57.974-08:00"
      }
    },
    {
      "id": "3532a587-27f7-49ee-a902-68f4544665c3",
      "type": "communications_stages",
      "attributes": {
        "name": "cvke3",
        "slug": "cvke3",
        "description": "Cupiditate ex quae excepturi.",
        "position": 10,
        "created_at": "2025-11-28T18:07:57.979-08:00",
        "updated_at": "2025-11-28T18:07:57.979-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