GET
/
v1
/
communications
/
stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "d54f398d-3c29-4550-a98a-5f33b8ff5482",
      "type": "communications_stages",
      "attributes": {
        "name": "2516z",
        "slug": "2516z",
        "description": "Sequi quisquam suscipit voluptatem.",
        "position": 1,
        "created_at": "2025-06-19T06:30:09.401-07:00",
        "updated_at": "2025-06-19T06:30:09.401-07:00"
      }
    },
    {
      "id": "39eebc20-8d1f-48ba-b1f4-6125e20eb021",
      "type": "communications_stages",
      "attributes": {
        "name": "uxzpl",
        "slug": "uxzpl",
        "description": "Ea eos dolor quibusdam.",
        "position": 2,
        "created_at": "2025-06-19T06:30:09.405-07:00",
        "updated_at": "2025-06-19T06:30:09.405-07:00"
      }
    },
    {
      "id": "12d534ec-773e-47e0-87db-e278ddd0c9fc",
      "type": "communications_stages",
      "attributes": {
        "name": "6u2zc",
        "slug": "6u2zc",
        "description": "Sapiente molestias sed ducimus.",
        "position": 3,
        "created_at": "2025-06-19T06:30:09.410-07:00",
        "updated_at": "2025-06-19T06:30:09.410-07:00"
      }
    },
    {
      "id": "c8055286-dd6e-4b94-8050-febcb2ecaff3",
      "type": "communications_stages",
      "attributes": {
        "name": "iwokt",
        "slug": "iwokt",
        "description": "Et error mollitia sed.",
        "position": 4,
        "created_at": "2025-06-19T06:30:09.415-07:00",
        "updated_at": "2025-06-19T06:30:09.415-07:00"
      }
    },
    {
      "id": "a34f6a33-403d-4176-8773-167be31600cb",
      "type": "communications_stages",
      "attributes": {
        "name": "9h07p",
        "slug": "9h07p",
        "description": "Voluptate ad reiciendis aut.",
        "position": 5,
        "created_at": "2025-06-19T06:30:09.420-07:00",
        "updated_at": "2025-06-19T06:30:09.420-07:00"
      }
    },
    {
      "id": "9b7d75b9-321c-489e-ab67-4ccde32485ab",
      "type": "communications_stages",
      "attributes": {
        "name": "lnn8d",
        "slug": "lnn8d",
        "description": "Pariatur tempore nihil aut.",
        "position": 6,
        "created_at": "2025-06-19T06:30:09.424-07:00",
        "updated_at": "2025-06-19T06:30:09.424-07:00"
      }
    },
    {
      "id": "be3fb9e0-5e8c-4d34-bf7d-f147e1bb557f",
      "type": "communications_stages",
      "attributes": {
        "name": "7ly9t",
        "slug": "7ly9t",
        "description": "Voluptates rerum quia perferendis.",
        "position": 7,
        "created_at": "2025-06-19T06:30:09.429-07:00",
        "updated_at": "2025-06-19T06:30:09.429-07:00"
      }
    },
    {
      "id": "de590593-2d9c-4569-9ec4-4fbb3a002fe0",
      "type": "communications_stages",
      "attributes": {
        "name": "al8qz",
        "slug": "al8qz",
        "description": "Maiores eos vitae laboriosam.",
        "position": 8,
        "created_at": "2025-06-19T06:30:09.434-07:00",
        "updated_at": "2025-06-19T06:30:09.434-07:00"
      }
    },
    {
      "id": "ccd37753-b360-41e1-bf57-8d157ab8d931",
      "type": "communications_stages",
      "attributes": {
        "name": "f3678",
        "slug": "f3678",
        "description": "Officiis iusto ratione esse.",
        "position": 9,
        "created_at": "2025-06-19T06:30:09.438-07:00",
        "updated_at": "2025-06-19T06:30:09.438-07:00"
      }
    },
    {
      "id": "e6eb760d-c920-4a53-93a5-942a0d12a01a",
      "type": "communications_stages",
      "attributes": {
        "name": "fzd29",
        "slug": "fzd29",
        "description": "Similique dignissimos culpa in.",
        "position": 10,
        "created_at": "2025-06-19T06:30:09.443-07:00",
        "updated_at": "2025-06-19T06:30:09.443-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.