post https://{baseUrl}/api/requirements/filterRequirements
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/requirements/filterRequirements \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"totalItems": 0,
"items": [
null
]
}