List status page templates
curl --request GET \
--url https://api.rootly.com/v1/status-pages/{status_page_id}/templates \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "status_page_templates",
"attributes": {
"status_page_id": "<string>",
"title": "<string>",
"body": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"update_status": "<string>",
"kind": "normal",
"should_notify_subscribers": true,
"enabled": true,
"position": 123
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success
Show child attributes
Unique ID of the template
status_page_templates Show child attributes
Title of the template
Description of the event the template will populate
Date of creation
Date of last update
Status of the event the template will populate
The kind of the status page template
normal, scheduled Controls if incident subscribers should be notified
Enable / Disable the status page template
Position of the workflow task
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-pages/{status_page_id}/templates \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "status_page_templates",
"attributes": {
"status_page_id": "<string>",
"title": "<string>",
"body": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"update_status": "<string>",
"kind": "normal",
"should_notify_subscribers": true,
"enabled": true,
"position": 123
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}