GET
/
v1
/
communications
/
stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "eaf2fd1c-4342-4425-ac5e-55ad41544a52",
      "type": "communications_stages",
      "attributes": {
        "name": "1b6pv",
        "slug": "1b6pv",
        "description": "Dolores inventore unde rerum.",
        "position": 1,
        "created_at": "2025-06-18T17:40:50.492-07:00",
        "updated_at": "2025-06-18T17:40:50.492-07:00"
      }
    },
    {
      "id": "a24bd46e-7732-41d1-8629-28b026211705",
      "type": "communications_stages",
      "attributes": {
        "name": "ivfh9",
        "slug": "ivfh9",
        "description": "Facilis beatae ut libero.",
        "position": 2,
        "created_at": "2025-06-18T17:40:50.496-07:00",
        "updated_at": "2025-06-18T17:40:50.496-07:00"
      }
    },
    {
      "id": "b7890c72-1f4b-4218-b01e-a45db722549d",
      "type": "communications_stages",
      "attributes": {
        "name": "eogt1",
        "slug": "eogt1",
        "description": "A repellendus animi dolores.",
        "position": 3,
        "created_at": "2025-06-18T17:40:50.502-07:00",
        "updated_at": "2025-06-18T17:40:50.502-07:00"
      }
    },
    {
      "id": "7701ad33-0696-43cf-b82f-b816efd8bb1a",
      "type": "communications_stages",
      "attributes": {
        "name": "5cilv",
        "slug": "5cilv",
        "description": "Sed soluta ut amet.",
        "position": 4,
        "created_at": "2025-06-18T17:40:50.506-07:00",
        "updated_at": "2025-06-18T17:40:50.506-07:00"
      }
    },
    {
      "id": "8b4863e7-c84b-4fbe-8df1-67d45d907c2c",
      "type": "communications_stages",
      "attributes": {
        "name": "uwiu9",
        "slug": "uwiu9",
        "description": "Assumenda mollitia quia consequatur.",
        "position": 5,
        "created_at": "2025-06-18T17:40:50.511-07:00",
        "updated_at": "2025-06-18T17:40:50.511-07:00"
      }
    },
    {
      "id": "b67decc9-5ab7-448c-924b-0f36ff5f9666",
      "type": "communications_stages",
      "attributes": {
        "name": "3mct5",
        "slug": "3mct5",
        "description": "Ut dolorem nisi error.",
        "position": 6,
        "created_at": "2025-06-18T17:40:50.516-07:00",
        "updated_at": "2025-06-18T17:40:50.516-07:00"
      }
    },
    {
      "id": "26083dd4-c153-4f9a-b7d8-c1fc1e46b448",
      "type": "communications_stages",
      "attributes": {
        "name": "4pqny",
        "slug": "4pqny",
        "description": "In possimus debitis asperiores.",
        "position": 7,
        "created_at": "2025-06-18T17:40:50.521-07:00",
        "updated_at": "2025-06-18T17:40:50.521-07:00"
      }
    },
    {
      "id": "c0955b38-98ea-422e-8f8f-1714b564190e",
      "type": "communications_stages",
      "attributes": {
        "name": "m510h",
        "slug": "m510h",
        "description": "Eos aliquam dolorem mollitia.",
        "position": 8,
        "created_at": "2025-06-18T17:40:50.525-07:00",
        "updated_at": "2025-06-18T17:40:50.525-07:00"
      }
    },
    {
      "id": "08878d18-1b2c-4a5a-a754-12d57e93b347",
      "type": "communications_stages",
      "attributes": {
        "name": "z09l2",
        "slug": "z09l2",
        "description": "Dolores explicabo aut voluptas.",
        "position": 9,
        "created_at": "2025-06-18T17:40:50.530-07:00",
        "updated_at": "2025-06-18T17:40:50.530-07:00"
      }
    },
    {
      "id": "5cfce9f8-d1ae-4eb4-b4ef-ef034846ed83",
      "type": "communications_stages",
      "attributes": {
        "name": "34tdw",
        "slug": "34tdw",
        "description": "Illum dolores voluptatem accusamus.",
        "position": 10,
        "created_at": "2025-06-18T17:40:50.536-07:00",
        "updated_at": "2025-06-18T17:40:50.536-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.