Shows details of a communications stage
curl --request GET \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "communications_stages",
"attributes": {
"name": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "communications_stages",
"attributes": {
"name": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>"
}
}
}