Skip to main content

Get Navigation Settings

This operation returns navigation settings.

Query Parameters
  • organizationId string
Responses

OK


Schema
  • navSettings object
  • globalSettings object[]
  • deniedNavItems string
  • userRole integer
  • error object
  • errorMessage string
  • errorCode integer
GET /navigationsettings    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
organizationId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/NavigationSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'