get https://{baseUrl}/api/navigation//
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/navigation/id/moduleName \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"displayName": "string",
"moduleName": "string",
"totalCount": 0
}
]