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/subModuleName?pageSize=10&pageIndex=1' \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"title": "string",
"id": 0,
"isLeaf": true
}
]