get https://{baseUrl}/api/causes/getAll/
Used by the calendar
Log in to see full request history
Response
Used by the calendar
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/causes/getAll/intID \
--header 'accept: application/json'
xxxxxxxxxx
15[
{
"id": 0,
"parentCauseId": 0,
"name": "string",
"value": "string",
"isPublic": true,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-17T16:47:39.423Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T16:47:39.423Z"
}
]