List causes
curl --request GET \
--url https://api.rootly.com/v1/causes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "causes",
"attributes": {
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"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 cause
causes Show child attributes
The name of the cause
Date of creation
Date of last update
The slug of the cause
The description of the cause
Position of the cause
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/causes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "causes",
"attributes": {
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"position": 123
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}