Lists communications types
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "54244c46-55a9-4396-b121-145b267a0422",
"type": "communications_types",
"attributes": {
"name": "ol46n",
"slug": "ol46n",
"description": "Et consequatur facere sint.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-09-07T18:19:22.496-07:00",
"updated_at": "2025-09-07T18:19:22.496-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "b40b444b-7a4f-44b5-978c-5ac5fa69ffe3",
"type": "communications_types",
"attributes": {
"name": "q4xl2",
"slug": "q4xl2",
"description": "Aut veniam aut sit.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-09-07T18:19:22.501-07:00",
"updated_at": "2025-09-07T18:19:22.501-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "258dd7eb-8bd1-4927-bde6-a6b76b2eca9a",
"type": "communications_types",
"attributes": {
"name": "bs028",
"slug": "bs028",
"description": "Officia odit quo labore.",
"color": "#FAEBB7",
"position": 3,
"created_at": "2025-09-07T18:19:22.508-07:00",
"updated_at": "2025-09-07T18:19:22.508-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "72a82549-0f48-4d24-bfea-a1057d388bff",
"type": "communications_types",
"attributes": {
"name": "5g8ch",
"slug": "5g8ch",
"description": "Rerum impedit accusamus ullam.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-09-07T18:19:22.514-07:00",
"updated_at": "2025-09-07T18:19:22.514-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "f0be6b6e-c280-4670-a125-7d88cda8e308",
"type": "communications_types",
"attributes": {
"name": "gkhib",
"slug": "gkhib",
"description": "Quibusdam deleniti cupiditate nemo.",
"color": "#D7E7F5",
"position": 5,
"created_at": "2025-09-07T18:19:22.519-07:00",
"updated_at": "2025-09-07T18:19:22.519-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e686da2a-dd7b-467f-9764-7c6b5f53fba0",
"type": "communications_types",
"attributes": {
"name": "6cfgu",
"slug": "6cfgu",
"description": "Id sunt maiores dolore.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-09-07T18:19:22.525-07:00",
"updated_at": "2025-09-07T18:19:22.525-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "13a63b5d-1f04-4cee-a09c-d6b56a97b411",
"type": "communications_types",
"attributes": {
"name": "vowph",
"slug": "vowph",
"description": "Sed maiores et rem.",
"color": "#D7E7F5",
"position": 7,
"created_at": "2025-09-07T18:19:22.530-07:00",
"updated_at": "2025-09-07T18:19:22.530-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "59bb156d-c5a8-45c9-abb7-0581dc5d1a35",
"type": "communications_types",
"attributes": {
"name": "trsma",
"slug": "trsma",
"description": "Consequatur ut temporibus magnam.",
"color": "#FAEBB7",
"position": 8,
"created_at": "2025-09-07T18:19:22.536-07:00",
"updated_at": "2025-09-07T18:19:22.536-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22c6a20b-6aeb-4087-98eb-f93f793a52ce",
"type": "communications_types",
"attributes": {
"name": "hxr05",
"slug": "hxr05",
"description": "Molestiae dolores sint dolorem.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-09-07T18:19:22.545-07:00",
"updated_at": "2025-09-07T18:19:22.545-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "370b964e-dc72-41da-ad9f-81e086463c2e",
"type": "communications_types",
"attributes": {
"name": "gc843",
"slug": "gc843",
"description": "Ab doloribus quo nisi.",
"color": "#FAEBB7",
"position": 10,
"created_at": "2025-09-07T18:19:22.551-07:00",
"updated_at": "2025-09-07T18:19:22.551-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": "54244c46-55a9-4396-b121-145b267a0422",
"type": "communications_types",
"attributes": {
"name": "ol46n",
"slug": "ol46n",
"description": "Et consequatur facere sint.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-09-07T18:19:22.496-07:00",
"updated_at": "2025-09-07T18:19:22.496-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "b40b444b-7a4f-44b5-978c-5ac5fa69ffe3",
"type": "communications_types",
"attributes": {
"name": "q4xl2",
"slug": "q4xl2",
"description": "Aut veniam aut sit.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-09-07T18:19:22.501-07:00",
"updated_at": "2025-09-07T18:19:22.501-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "258dd7eb-8bd1-4927-bde6-a6b76b2eca9a",
"type": "communications_types",
"attributes": {
"name": "bs028",
"slug": "bs028",
"description": "Officia odit quo labore.",
"color": "#FAEBB7",
"position": 3,
"created_at": "2025-09-07T18:19:22.508-07:00",
"updated_at": "2025-09-07T18:19:22.508-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "72a82549-0f48-4d24-bfea-a1057d388bff",
"type": "communications_types",
"attributes": {
"name": "5g8ch",
"slug": "5g8ch",
"description": "Rerum impedit accusamus ullam.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-09-07T18:19:22.514-07:00",
"updated_at": "2025-09-07T18:19:22.514-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "f0be6b6e-c280-4670-a125-7d88cda8e308",
"type": "communications_types",
"attributes": {
"name": "gkhib",
"slug": "gkhib",
"description": "Quibusdam deleniti cupiditate nemo.",
"color": "#D7E7F5",
"position": 5,
"created_at": "2025-09-07T18:19:22.519-07:00",
"updated_at": "2025-09-07T18:19:22.519-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e686da2a-dd7b-467f-9764-7c6b5f53fba0",
"type": "communications_types",
"attributes": {
"name": "6cfgu",
"slug": "6cfgu",
"description": "Id sunt maiores dolore.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-09-07T18:19:22.525-07:00",
"updated_at": "2025-09-07T18:19:22.525-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "13a63b5d-1f04-4cee-a09c-d6b56a97b411",
"type": "communications_types",
"attributes": {
"name": "vowph",
"slug": "vowph",
"description": "Sed maiores et rem.",
"color": "#D7E7F5",
"position": 7,
"created_at": "2025-09-07T18:19:22.530-07:00",
"updated_at": "2025-09-07T18:19:22.530-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "59bb156d-c5a8-45c9-abb7-0581dc5d1a35",
"type": "communications_types",
"attributes": {
"name": "trsma",
"slug": "trsma",
"description": "Consequatur ut temporibus magnam.",
"color": "#FAEBB7",
"position": 8,
"created_at": "2025-09-07T18:19:22.536-07:00",
"updated_at": "2025-09-07T18:19:22.536-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22c6a20b-6aeb-4087-98eb-f93f793a52ce",
"type": "communications_types",
"attributes": {
"name": "hxr05",
"slug": "hxr05",
"description": "Molestiae dolores sint dolorem.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-09-07T18:19:22.545-07:00",
"updated_at": "2025-09-07T18:19:22.545-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "370b964e-dc72-41da-ad9f-81e086463c2e",
"type": "communications_types",
"attributes": {
"name": "gc843",
"slug": "gc843",
"description": "Ab doloribus quo nisi.",
"color": "#FAEBB7",
"position": 10,
"created_at": "2025-09-07T18:19:22.551-07:00",
"updated_at": "2025-09-07T18:19:22.551-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
}
}