Retrieves a specific workflow group by id
curl --request GET \
--url https://api.rootly.com/v1/workflow_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "workflow_groups",
"attributes": {
"name": "<string>",
"position": 123,
"kind": "simple",
"slug": "<string>",
"description": "<string>",
"icon": "<string>",
"expanded": true
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "workflow_groups",
"attributes": {
"name": "<string>",
"position": 123,
"kind": "simple",
"slug": "<string>",
"description": "<string>",
"icon": "<string>",
"expanded": true
}
}
}