Skip to main content

Get all Regions (Deprecated)

This operation returns a list of Regions.

Query Parameters
  • propertyLevel string
Responses

OK


Schema
  • regions object[]
  • regionType integer
  • regionEntity object
  • regionId integer
  • displayName string
  • regionName string
GET /regions    

Authorization

type: apiKeyname: Authtokenin: header

Request

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