Retrieves a specific Sub-Status by id
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "sub_statuses",
"attributes": {
"name": "<string>",
"parent_status": "in_triage",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"position": 123
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "sub_statuses",
"attributes": {
"name": "<string>",
"parent_status": "in_triage",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"position": 123
}
}
}