post https://{baseUrl}/api/causes/filterCauses
Used for sorting, paging, and searching
Log in to see full request history
Response
Used for sorting, paging, and searching
xxxxxxxxxx
curl --request POST \
--url https://your-instance.regscale.co/api/causes/filterCauses \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
18{
"totalItems": 0,
"items": [
{
"id": 0,
"parentCauseId": 0,
"name": "string",
"value": "string",
"isPublic": true,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-17T20:27:17.414Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T20:27:17.414Z"
}
]
}