get https://{baseUrl}/api/projects/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/projects/statusboard/strSearch/strPhase/strOwner/intPage/pageSize \
--header 'accept: application/json'
xxxxxxxxxx
{
"totalItems": 0,
"items": [
null
]
}