Lists communications types
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "d7324827-d54b-4736-820b-a43a6fef6a91",
"type": "communications_types",
"attributes": {
"name": "9w37t",
"slug": "9w37t",
"description": "Quaerat ut dolor eligendi.",
"color": "#F5D9C4",
"position": 1,
"created_at": "2025-07-29T04:58:04.110-07:00",
"updated_at": "2025-07-29T04:58:04.110-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22dea6f8-e863-4e76-a27f-a2d16314e05d",
"type": "communications_types",
"attributes": {
"name": "piznn",
"slug": "piznn",
"description": "Culpa aut neque natus.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-07-29T04:58:04.123-07:00",
"updated_at": "2025-07-29T04:58:04.123-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "0da22080-3681-4b79-a884-c605c3e89950",
"type": "communications_types",
"attributes": {
"name": "6qsum",
"slug": "6qsum",
"description": "Iure minima dolorum sapiente.",
"color": "#D7E7F5",
"position": 3,
"created_at": "2025-07-29T04:58:04.139-07:00",
"updated_at": "2025-07-29T04:58:04.139-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e7457a4d-a544-48e6-8140-f3d6797f7398",
"type": "communications_types",
"attributes": {
"name": "zuicw",
"slug": "zuicw",
"description": "Dolores dolorem vero voluptatem.",
"color": "#D7E7F5",
"position": 4,
"created_at": "2025-07-29T04:58:04.160-07:00",
"updated_at": "2025-07-29T04:58:04.160-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "37dab229-ef61-47c2-b2f6-8d17c8eb37c9",
"type": "communications_types",
"attributes": {
"name": "zhjv0",
"slug": "zhjv0",
"description": "Similique qui necessitatibus illo.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-07-29T04:58:04.175-07:00",
"updated_at": "2025-07-29T04:58:04.175-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e8f63e35-d405-4e17-b829-4b2c9136eaf9",
"type": "communications_types",
"attributes": {
"name": "0ibeu",
"slug": "0ibeu",
"description": "Et quas atque ab.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-07-29T04:58:04.192-07:00",
"updated_at": "2025-07-29T04:58:04.192-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "9d86d205-a7e1-4711-a5b0-a6af798cdea7",
"type": "communications_types",
"attributes": {
"name": "ebnk7",
"slug": "ebnk7",
"description": "Velit asperiores sapiente accusantium.",
"color": "#F5D9C4",
"position": 7,
"created_at": "2025-07-29T04:58:04.207-07:00",
"updated_at": "2025-07-29T04:58:04.207-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "edd78590-bec4-45ca-9ef3-3cefb8a4e951",
"type": "communications_types",
"attributes": {
"name": "bv9sq",
"slug": "bv9sq",
"description": "Sed sunt fugiat voluptates.",
"color": "#FAEBB7",
"position": 8,
"created_at": "2025-07-29T04:58:04.222-07:00",
"updated_at": "2025-07-29T04:58:04.222-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "5ba44030-6dc8-4a2c-9310-888a696f0b35",
"type": "communications_types",
"attributes": {
"name": "i71y4",
"slug": "i71y4",
"description": "Sit voluptatem dolorem omnis.",
"color": "#F4CFD1",
"position": 9,
"created_at": "2025-07-29T04:58:04.235-07:00",
"updated_at": "2025-07-29T04:58:04.235-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "8aff284b-c068-4596-a6e1-b5b78a5f1d07",
"type": "communications_types",
"attributes": {
"name": "sa8h1",
"slug": "sa8h1",
"description": "Dolorum iste ea eum.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-07-29T04:58:04.256-07:00",
"updated_at": "2025-07-29T04:58:04.256-07:00",
"communication_groups": [],
"communication_templates": []
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
communications types found
The response is of type object
.
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "d7324827-d54b-4736-820b-a43a6fef6a91",
"type": "communications_types",
"attributes": {
"name": "9w37t",
"slug": "9w37t",
"description": "Quaerat ut dolor eligendi.",
"color": "#F5D9C4",
"position": 1,
"created_at": "2025-07-29T04:58:04.110-07:00",
"updated_at": "2025-07-29T04:58:04.110-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22dea6f8-e863-4e76-a27f-a2d16314e05d",
"type": "communications_types",
"attributes": {
"name": "piznn",
"slug": "piznn",
"description": "Culpa aut neque natus.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-07-29T04:58:04.123-07:00",
"updated_at": "2025-07-29T04:58:04.123-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "0da22080-3681-4b79-a884-c605c3e89950",
"type": "communications_types",
"attributes": {
"name": "6qsum",
"slug": "6qsum",
"description": "Iure minima dolorum sapiente.",
"color": "#D7E7F5",
"position": 3,
"created_at": "2025-07-29T04:58:04.139-07:00",
"updated_at": "2025-07-29T04:58:04.139-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e7457a4d-a544-48e6-8140-f3d6797f7398",
"type": "communications_types",
"attributes": {
"name": "zuicw",
"slug": "zuicw",
"description": "Dolores dolorem vero voluptatem.",
"color": "#D7E7F5",
"position": 4,
"created_at": "2025-07-29T04:58:04.160-07:00",
"updated_at": "2025-07-29T04:58:04.160-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "37dab229-ef61-47c2-b2f6-8d17c8eb37c9",
"type": "communications_types",
"attributes": {
"name": "zhjv0",
"slug": "zhjv0",
"description": "Similique qui necessitatibus illo.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-07-29T04:58:04.175-07:00",
"updated_at": "2025-07-29T04:58:04.175-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e8f63e35-d405-4e17-b829-4b2c9136eaf9",
"type": "communications_types",
"attributes": {
"name": "0ibeu",
"slug": "0ibeu",
"description": "Et quas atque ab.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-07-29T04:58:04.192-07:00",
"updated_at": "2025-07-29T04:58:04.192-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "9d86d205-a7e1-4711-a5b0-a6af798cdea7",
"type": "communications_types",
"attributes": {
"name": "ebnk7",
"slug": "ebnk7",
"description": "Velit asperiores sapiente accusantium.",
"color": "#F5D9C4",
"position": 7,
"created_at": "2025-07-29T04:58:04.207-07:00",
"updated_at": "2025-07-29T04:58:04.207-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "edd78590-bec4-45ca-9ef3-3cefb8a4e951",
"type": "communications_types",
"attributes": {
"name": "bv9sq",
"slug": "bv9sq",
"description": "Sed sunt fugiat voluptates.",
"color": "#FAEBB7",
"position": 8,
"created_at": "2025-07-29T04:58:04.222-07:00",
"updated_at": "2025-07-29T04:58:04.222-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "5ba44030-6dc8-4a2c-9310-888a696f0b35",
"type": "communications_types",
"attributes": {
"name": "i71y4",
"slug": "i71y4",
"description": "Sit voluptatem dolorem omnis.",
"color": "#F4CFD1",
"position": 9,
"created_at": "2025-07-29T04:58:04.235-07:00",
"updated_at": "2025-07-29T04:58:04.235-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "8aff284b-c068-4596-a6e1-b5b78a5f1d07",
"type": "communications_types",
"attributes": {
"name": "sa8h1",
"slug": "sa8h1",
"description": "Dolorum iste ea eum.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-07-29T04:58:04.256-07:00",
"updated_at": "2025-07-29T04:58:04.256-07:00",
"communication_groups": [],
"communication_templates": []
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}