Skip to main content

Get Organization Customization

Returns the Customization settings added to the organization. Organization ID = 0 for commcell

Path Parameters
  • organizationId string required
Responses

OK


Schema
  • organizationInfo object
  • organization object
  • connectName string
  • shortName object
  • domainName string
  • id integer
  • organizationProperties object
  • customization string
GET /organization/:organizationid/customization    

Authorization

type: apiKeyname: Authtokenin: header

Request

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