get https://{baseUrl}/api/policies/statusboard///
Used for sorting, paging, and searching
Log in to see full request history
Response
Used for sorting, paging, and searching
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/policies/statusboard/strSearch/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
{
"totalItems": 0,
"items": [
null
]
}