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": "64f69181-20b2-4086-804a-f3df2f1cf1fb",
      "type": "communications_stages",
      "attributes": {
        "name": "jzvx0",
        "slug": "jzvx0",
        "description": "Sed fugit est ut.",
        "position": 1,
        "created_at": "2025-11-06T13:20:41.637-08:00",
        "updated_at": "2025-11-06T13:20:41.637-08:00"
      }
    },
    {
      "id": "5fdefad6-1a3a-4411-95ae-b08126571282",
      "type": "communications_stages",
      "attributes": {
        "name": "wqdyg",
        "slug": "wqdyg",
        "description": "Et accusantium qui dolor.",
        "position": 2,
        "created_at": "2025-11-06T13:20:41.654-08:00",
        "updated_at": "2025-11-06T13:20:41.654-08:00"
      }
    },
    {
      "id": "dca92687-f4d3-495d-ae81-a123f4442cab",
      "type": "communications_stages",
      "attributes": {
        "name": "bitxm",
        "slug": "bitxm",
        "description": "Autem mollitia suscipit temporibus.",
        "position": 3,
        "created_at": "2025-11-06T13:20:41.676-08:00",
        "updated_at": "2025-11-06T13:20:41.676-08:00"
      }
    },
    {
      "id": "bc2fa790-b72c-42f9-8b5f-304dc53b7a8c",
      "type": "communications_stages",
      "attributes": {
        "name": "9c1rv",
        "slug": "9c1rv",
        "description": "Modi dolores culpa corrupti.",
        "position": 4,
        "created_at": "2025-11-06T13:20:41.690-08:00",
        "updated_at": "2025-11-06T13:20:41.690-08:00"
      }
    },
    {
      "id": "6fc59c14-26c0-47d1-a0d0-f98f06d5dc05",
      "type": "communications_stages",
      "attributes": {
        "name": "yfoi0",
        "slug": "yfoi0",
        "description": "Minus culpa et exercitationem.",
        "position": 5,
        "created_at": "2025-11-06T13:20:41.704-08:00",
        "updated_at": "2025-11-06T13:20:41.704-08:00"
      }
    },
    {
      "id": "ae4fd8c3-d906-48d0-bc56-e5db03003699",
      "type": "communications_stages",
      "attributes": {
        "name": "5dhsc",
        "slug": "5dhsc",
        "description": "Impedit sed aperiam natus.",
        "position": 6,
        "created_at": "2025-11-06T13:20:41.719-08:00",
        "updated_at": "2025-11-06T13:20:41.719-08:00"
      }
    },
    {
      "id": "66145f76-f1d9-4e5c-810b-fcb2cf89a4ad",
      "type": "communications_stages",
      "attributes": {
        "name": "7us82",
        "slug": "7us82",
        "description": "Sed sint deserunt nihil.",
        "position": 7,
        "created_at": "2025-11-06T13:20:41.734-08:00",
        "updated_at": "2025-11-06T13:20:41.734-08:00"
      }
    },
    {
      "id": "b1748690-901e-49a6-a37d-86f7da220624",
      "type": "communications_stages",
      "attributes": {
        "name": "3wmfc",
        "slug": "3wmfc",
        "description": "Consequuntur distinctio nam est.",
        "position": 8,
        "created_at": "2025-11-06T13:20:41.749-08:00",
        "updated_at": "2025-11-06T13:20:41.749-08:00"
      }
    },
    {
      "id": "9926b9c3-46e3-4b63-aade-ecfc3fb47d3f",
      "type": "communications_stages",
      "attributes": {
        "name": "ry18z",
        "slug": "ry18z",
        "description": "Vel quia ut magni.",
        "position": 9,
        "created_at": "2025-11-06T13:20:41.762-08:00",
        "updated_at": "2025-11-06T13:20:41.762-08:00"
      }
    },
    {
      "id": "37543e49-e6b7-4bd8-907c-27708aa9ccbe",
      "type": "communications_stages",
      "attributes": {
        "name": "sp7k6",
        "slug": "sp7k6",
        "description": "Inventore expedita fugiat tempora.",
        "position": 10,
        "created_at": "2025-11-06T13:20:41.777-08:00",
        "updated_at": "2025-11-06T13:20:41.777-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