Lists communications types
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "a537b3e8-eda0-4f79-9dd4-78be0c53c758",
"type": "communications_types",
"attributes": {
"name": "e6ye3",
"slug": "e6ye3",
"description": "Ut ut quos molestias.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-08-18T10:33:23.397-07:00",
"updated_at": "2025-08-18T10:33:23.397-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed2ac55e-4f3b-4818-9e4a-aaec7b8b310b",
"type": "communications_types",
"attributes": {
"name": "wtovp",
"slug": "wtovp",
"description": "Quibusdam molestiae in numquam.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-08-18T10:33:23.402-07:00",
"updated_at": "2025-08-18T10:33:23.402-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed70dce0-b414-4d0b-be24-210ae3bb7911",
"type": "communications_types",
"attributes": {
"name": "t5y1m",
"slug": "t5y1m",
"description": "Vel quas consequatur in.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-08-18T10:33:23.409-07:00",
"updated_at": "2025-08-18T10:33:23.409-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed11cd7e-be2f-412f-a1be-a03dfdba0995",
"type": "communications_types",
"attributes": {
"name": "tweoc",
"slug": "tweoc",
"description": "Et voluptas molestiae quae.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-08-18T10:33:23.415-07:00",
"updated_at": "2025-08-18T10:33:23.415-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "728d9979-3a60-4d3d-a30e-166cc475876c",
"type": "communications_types",
"attributes": {
"name": "3r1cg",
"slug": "3r1cg",
"description": "Atque aliquid illo beatae.",
"color": "#D7E7F5",
"position": 5,
"created_at": "2025-08-18T10:33:23.421-07:00",
"updated_at": "2025-08-18T10:33:23.421-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "4bdb5013-042c-4527-9595-9636eb9d70e8",
"type": "communications_types",
"attributes": {
"name": "672k6",
"slug": "672k6",
"description": "Commodi aut minus non.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-08-18T10:33:23.427-07:00",
"updated_at": "2025-08-18T10:33:23.427-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "0322dbfa-baf9-4f60-b76a-e8ed3d999a2b",
"type": "communications_types",
"attributes": {
"name": "00xs1",
"slug": "00xs1",
"description": "Quam est molestiae corrupti.",
"color": "#D7E7F5",
"position": 7,
"created_at": "2025-08-18T10:33:23.432-07:00",
"updated_at": "2025-08-18T10:33:23.432-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ecf89328-4c1e-45b3-9bc2-3d4b7838c6c7",
"type": "communications_types",
"attributes": {
"name": "ueqpo",
"slug": "ueqpo",
"description": "Voluptas voluptates fugiat odio.",
"color": "#D7E7F5",
"position": 8,
"created_at": "2025-08-18T10:33:23.438-07:00",
"updated_at": "2025-08-18T10:33:23.438-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "8911e5b4-b778-4d0b-bbcd-ed8715bc0b41",
"type": "communications_types",
"attributes": {
"name": "7a9u1",
"slug": "7a9u1",
"description": "Facilis enim iste excepturi.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-08-18T10:33:23.444-07:00",
"updated_at": "2025-08-18T10:33:23.444-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "aee63b2e-c5ac-4cf8-8965-34c8b0ef3ccb",
"type": "communications_types",
"attributes": {
"name": "j9hlk",
"slug": "j9hlk",
"description": "Quod aut iure et.",
"color": "#F5D9C4",
"position": 10,
"created_at": "2025-08-18T10:33:23.449-07:00",
"updated_at": "2025-08-18T10:33:23.449-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": "a537b3e8-eda0-4f79-9dd4-78be0c53c758",
"type": "communications_types",
"attributes": {
"name": "e6ye3",
"slug": "e6ye3",
"description": "Ut ut quos molestias.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-08-18T10:33:23.397-07:00",
"updated_at": "2025-08-18T10:33:23.397-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed2ac55e-4f3b-4818-9e4a-aaec7b8b310b",
"type": "communications_types",
"attributes": {
"name": "wtovp",
"slug": "wtovp",
"description": "Quibusdam molestiae in numquam.",
"color": "#FAEBB7",
"position": 2,
"created_at": "2025-08-18T10:33:23.402-07:00",
"updated_at": "2025-08-18T10:33:23.402-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed70dce0-b414-4d0b-be24-210ae3bb7911",
"type": "communications_types",
"attributes": {
"name": "t5y1m",
"slug": "t5y1m",
"description": "Vel quas consequatur in.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-08-18T10:33:23.409-07:00",
"updated_at": "2025-08-18T10:33:23.409-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ed11cd7e-be2f-412f-a1be-a03dfdba0995",
"type": "communications_types",
"attributes": {
"name": "tweoc",
"slug": "tweoc",
"description": "Et voluptas molestiae quae.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-08-18T10:33:23.415-07:00",
"updated_at": "2025-08-18T10:33:23.415-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "728d9979-3a60-4d3d-a30e-166cc475876c",
"type": "communications_types",
"attributes": {
"name": "3r1cg",
"slug": "3r1cg",
"description": "Atque aliquid illo beatae.",
"color": "#D7E7F5",
"position": 5,
"created_at": "2025-08-18T10:33:23.421-07:00",
"updated_at": "2025-08-18T10:33:23.421-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "4bdb5013-042c-4527-9595-9636eb9d70e8",
"type": "communications_types",
"attributes": {
"name": "672k6",
"slug": "672k6",
"description": "Commodi aut minus non.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-08-18T10:33:23.427-07:00",
"updated_at": "2025-08-18T10:33:23.427-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "0322dbfa-baf9-4f60-b76a-e8ed3d999a2b",
"type": "communications_types",
"attributes": {
"name": "00xs1",
"slug": "00xs1",
"description": "Quam est molestiae corrupti.",
"color": "#D7E7F5",
"position": 7,
"created_at": "2025-08-18T10:33:23.432-07:00",
"updated_at": "2025-08-18T10:33:23.432-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ecf89328-4c1e-45b3-9bc2-3d4b7838c6c7",
"type": "communications_types",
"attributes": {
"name": "ueqpo",
"slug": "ueqpo",
"description": "Voluptas voluptates fugiat odio.",
"color": "#D7E7F5",
"position": 8,
"created_at": "2025-08-18T10:33:23.438-07:00",
"updated_at": "2025-08-18T10:33:23.438-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "8911e5b4-b778-4d0b-bbcd-ed8715bc0b41",
"type": "communications_types",
"attributes": {
"name": "7a9u1",
"slug": "7a9u1",
"description": "Facilis enim iste excepturi.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-08-18T10:33:23.444-07:00",
"updated_at": "2025-08-18T10:33:23.444-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "aee63b2e-c5ac-4cf8-8965-34c8b0ef3ccb",
"type": "communications_types",
"attributes": {
"name": "j9hlk",
"slug": "j9hlk",
"description": "Quod aut iure et.",
"color": "#F5D9C4",
"position": 10,
"created_at": "2025-08-18T10:33:23.449-07:00",
"updated_at": "2025-08-18T10:33:23.449-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
}
}