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": "bc286ecc-9ef5-4ff9-9634-c890edfa419f",
      "type": "communications_stages",
      "attributes": {
        "name": "nlxl4",
        "slug": "nlxl4",
        "description": "Provident ducimus qui consequatur.",
        "position": 1,
        "created_at": "2025-11-27T00:06:46.162-08:00",
        "updated_at": "2025-11-27T00:06:46.162-08:00"
      }
    },
    {
      "id": "8b2dd5c8-e9d8-4e2d-9434-45701f92d1d4",
      "type": "communications_stages",
      "attributes": {
        "name": "b9suw",
        "slug": "b9suw",
        "description": "Eius tempora dolores et.",
        "position": 2,
        "created_at": "2025-11-27T00:06:46.172-08:00",
        "updated_at": "2025-11-27T00:06:46.172-08:00"
      }
    },
    {
      "id": "6ad19089-cc45-4769-92db-8ff898dde65e",
      "type": "communications_stages",
      "attributes": {
        "name": "r94xr",
        "slug": "r94xr",
        "description": "Nobis distinctio sed ut.",
        "position": 3,
        "created_at": "2025-11-27T00:06:46.184-08:00",
        "updated_at": "2025-11-27T00:06:46.184-08:00"
      }
    },
    {
      "id": "aeb9c656-8cf4-4816-b61c-d91cb00f0386",
      "type": "communications_stages",
      "attributes": {
        "name": "xw6ij",
        "slug": "xw6ij",
        "description": "Quisquam ullam molestias atque.",
        "position": 4,
        "created_at": "2025-11-27T00:06:46.195-08:00",
        "updated_at": "2025-11-27T00:06:46.195-08:00"
      }
    },
    {
      "id": "52cf21cc-ea84-4541-8090-57f2bca4cba5",
      "type": "communications_stages",
      "attributes": {
        "name": "h3bps",
        "slug": "h3bps",
        "description": "Neque nulla perferendis ad.",
        "position": 5,
        "created_at": "2025-11-27T00:06:46.210-08:00",
        "updated_at": "2025-11-27T00:06:46.210-08:00"
      }
    },
    {
      "id": "451fe5bd-5fb6-41d5-9545-440eb5ec1779",
      "type": "communications_stages",
      "attributes": {
        "name": "8d9pb",
        "slug": "8d9pb",
        "description": "Cum et in omnis.",
        "position": 6,
        "created_at": "2025-11-27T00:06:46.222-08:00",
        "updated_at": "2025-11-27T00:06:46.222-08:00"
      }
    },
    {
      "id": "54add160-75ca-49c7-af1d-d0a7276392d5",
      "type": "communications_stages",
      "attributes": {
        "name": "u18ks",
        "slug": "u18ks",
        "description": "Quibusdam quia id ducimus.",
        "position": 7,
        "created_at": "2025-11-27T00:06:46.234-08:00",
        "updated_at": "2025-11-27T00:06:46.234-08:00"
      }
    },
    {
      "id": "aaf7fcc7-70fa-4906-bee2-d2d452514634",
      "type": "communications_stages",
      "attributes": {
        "name": "c8145",
        "slug": "c8145",
        "description": "Velit est maiores quasi.",
        "position": 8,
        "created_at": "2025-11-27T00:06:46.244-08:00",
        "updated_at": "2025-11-27T00:06:46.244-08:00"
      }
    },
    {
      "id": "6cfa5aae-b612-4dc6-a3da-ab67e300178d",
      "type": "communications_stages",
      "attributes": {
        "name": "ums7l",
        "slug": "ums7l",
        "description": "Quia dignissimos exercitationem fugiat.",
        "position": 9,
        "created_at": "2025-11-27T00:06:46.256-08:00",
        "updated_at": "2025-11-27T00:06:46.256-08:00"
      }
    },
    {
      "id": "c270d6e3-b62b-4d55-8995-d93179500d5c",
      "type": "communications_stages",
      "attributes": {
        "name": "xik9i",
        "slug": "xik9i",
        "description": "Sit maxime recusandae earum.",
        "position": 10,
        "created_at": "2025-11-27T00:06:46.267-08:00",
        "updated_at": "2025-11-27T00:06:46.267-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