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": "fb528d6f-1465-4818-966c-a44db15a3b89",
      "type": "communications_stages",
      "attributes": {
        "name": "z38gz",
        "slug": "z38gz",
        "description": "Dicta sed quos enim.",
        "position": 1,
        "created_at": "2026-01-09T16:26:15.143-08:00",
        "updated_at": "2026-01-09T16:26:15.143-08:00"
      }
    },
    {
      "id": "eca94375-dbc7-4d6c-ae3a-7cfdd1bbf374",
      "type": "communications_stages",
      "attributes": {
        "name": "8huyr",
        "slug": "8huyr",
        "description": "Aspernatur eligendi autem doloremque.",
        "position": 2,
        "created_at": "2026-01-09T16:26:15.146-08:00",
        "updated_at": "2026-01-09T16:26:15.146-08:00"
      }
    },
    {
      "id": "28d55e79-50ea-4f15-afe2-ccea104fb1d1",
      "type": "communications_stages",
      "attributes": {
        "name": "wif18",
        "slug": "wif18",
        "description": "At sequi dolorem consectetur.",
        "position": 3,
        "created_at": "2026-01-09T16:26:15.151-08:00",
        "updated_at": "2026-01-09T16:26:15.151-08:00"
      }
    },
    {
      "id": "59e270d1-9ddc-414e-ad6c-927b3c94e648",
      "type": "communications_stages",
      "attributes": {
        "name": "ekdq7",
        "slug": "ekdq7",
        "description": "Perferendis at ipsa et.",
        "position": 4,
        "created_at": "2026-01-09T16:26:15.154-08:00",
        "updated_at": "2026-01-09T16:26:15.154-08:00"
      }
    },
    {
      "id": "5ad6c14d-943b-4ac8-a831-ba6434f653d2",
      "type": "communications_stages",
      "attributes": {
        "name": "z2ox4",
        "slug": "z2ox4",
        "description": "Sunt id quia ea.",
        "position": 5,
        "created_at": "2026-01-09T16:26:15.158-08:00",
        "updated_at": "2026-01-09T16:26:15.158-08:00"
      }
    },
    {
      "id": "d93dab5c-dfd5-4932-8634-b7e5fef06756",
      "type": "communications_stages",
      "attributes": {
        "name": "ew8rf",
        "slug": "ew8rf",
        "description": "Necessitatibus consequatur dolore voluptates.",
        "position": 6,
        "created_at": "2026-01-09T16:26:15.162-08:00",
        "updated_at": "2026-01-09T16:26:15.162-08:00"
      }
    },
    {
      "id": "d3e30ca6-9d5e-400e-824b-c231c1ac75e2",
      "type": "communications_stages",
      "attributes": {
        "name": "bkkf2",
        "slug": "bkkf2",
        "description": "Nulla est eum incidunt.",
        "position": 7,
        "created_at": "2026-01-09T16:26:15.165-08:00",
        "updated_at": "2026-01-09T16:26:15.165-08:00"
      }
    },
    {
      "id": "03d5f373-68cd-4134-8c6c-89afd813cd3d",
      "type": "communications_stages",
      "attributes": {
        "name": "l7rmf",
        "slug": "l7rmf",
        "description": "Vel nam deserunt hic.",
        "position": 8,
        "created_at": "2026-01-09T16:26:15.169-08:00",
        "updated_at": "2026-01-09T16:26:15.169-08:00"
      }
    },
    {
      "id": "ce609ac3-252c-4bc9-a83f-ea9f1c6f2c5d",
      "type": "communications_stages",
      "attributes": {
        "name": "74hkw",
        "slug": "74hkw",
        "description": "Repellat impedit nemo qui.",
        "position": 9,
        "created_at": "2026-01-09T16:26:15.174-08:00",
        "updated_at": "2026-01-09T16:26:15.174-08:00"
      }
    },
    {
      "id": "45d64764-caa9-4e0e-949a-9cd511ee7186",
      "type": "communications_stages",
      "attributes": {
        "name": "1dtwz",
        "slug": "1dtwz",
        "description": "Animi aut facere aut.",
        "position": 10,
        "created_at": "2026-01-09T16:26:15.178-08:00",
        "updated_at": "2026-01-09T16:26:15.178-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