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": "b9607096-82b9-496a-b326-233161ca1c39",
      "type": "communications_stages",
      "attributes": {
        "name": "i3bxg",
        "slug": "i3bxg",
        "description": "Sunt et eum voluptas.",
        "position": 1,
        "created_at": "2026-01-30T02:46:32.223-08:00",
        "updated_at": "2026-01-30T02:46:32.223-08:00"
      }
    },
    {
      "id": "45810491-c5fb-48dc-bcc6-0a632931d65b",
      "type": "communications_stages",
      "attributes": {
        "name": "xam41",
        "slug": "xam41",
        "description": "Recusandae illo numquam blanditiis.",
        "position": 2,
        "created_at": "2026-01-30T02:46:32.230-08:00",
        "updated_at": "2026-01-30T02:46:32.230-08:00"
      }
    },
    {
      "id": "98046635-cdfe-455c-b420-efb7cd64458a",
      "type": "communications_stages",
      "attributes": {
        "name": "g4ua9",
        "slug": "g4ua9",
        "description": "Corporis rerum corrupti cumque.",
        "position": 3,
        "created_at": "2026-01-30T02:46:32.237-08:00",
        "updated_at": "2026-01-30T02:46:32.237-08:00"
      }
    },
    {
      "id": "96829423-d59c-498c-ab18-24bc09c4cf8b",
      "type": "communications_stages",
      "attributes": {
        "name": "7pbv3",
        "slug": "7pbv3",
        "description": "Ducimus repellendus rem consectetur.",
        "position": 4,
        "created_at": "2026-01-30T02:46:32.242-08:00",
        "updated_at": "2026-01-30T02:46:32.242-08:00"
      }
    },
    {
      "id": "d255633b-5dba-4495-b3ac-82a54178196f",
      "type": "communications_stages",
      "attributes": {
        "name": "t9s3k",
        "slug": "t9s3k",
        "description": "Qui sequi aut rerum.",
        "position": 5,
        "created_at": "2026-01-30T02:46:32.247-08:00",
        "updated_at": "2026-01-30T02:46:32.247-08:00"
      }
    },
    {
      "id": "543e334d-2078-4393-b43d-83c38a3f3d46",
      "type": "communications_stages",
      "attributes": {
        "name": "09spm",
        "slug": "09spm",
        "description": "Eligendi neque dolores mollitia.",
        "position": 6,
        "created_at": "2026-01-30T02:46:32.252-08:00",
        "updated_at": "2026-01-30T02:46:32.252-08:00"
      }
    },
    {
      "id": "38b75b50-baed-4101-9e4d-3191d49dff26",
      "type": "communications_stages",
      "attributes": {
        "name": "4l7kv",
        "slug": "4l7kv",
        "description": "Reprehenderit rerum non neque.",
        "position": 7,
        "created_at": "2026-01-30T02:46:32.257-08:00",
        "updated_at": "2026-01-30T02:46:32.257-08:00"
      }
    },
    {
      "id": "65de6bc2-abfd-4424-8d88-80cf0cdd68c6",
      "type": "communications_stages",
      "attributes": {
        "name": "zuh81",
        "slug": "zuh81",
        "description": "Eum distinctio aut dicta.",
        "position": 8,
        "created_at": "2026-01-30T02:46:32.261-08:00",
        "updated_at": "2026-01-30T02:46:32.261-08:00"
      }
    },
    {
      "id": "e3ebbcc8-e2b6-48ff-b1d4-8226c072c1e7",
      "type": "communications_stages",
      "attributes": {
        "name": "hosan",
        "slug": "hosan",
        "description": "Illum vero dolores et.",
        "position": 9,
        "created_at": "2026-01-30T02:46:32.267-08:00",
        "updated_at": "2026-01-30T02:46:32.267-08:00"
      }
    },
    {
      "id": "1dfaf0d1-abe1-4472-ad59-f7e03c1e54ea",
      "type": "communications_stages",
      "attributes": {
        "name": "yy24h",
        "slug": "yy24h",
        "description": "Necessitatibus occaecati qui deleniti.",
        "position": 10,
        "created_at": "2026-01-30T02:46:32.272-08:00",
        "updated_at": "2026-01-30T02:46:32.272-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
meta
object