Get Organization Customization
Returns the Customization settings added to the organization. Organization ID = 0 for commcell
Path Parameters
- organizationId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
organizationInfo object
{
"organizationInfo": {
"organization": {
"connectName": "string",
"shortName": {
"domainName": "string",
"id": 0
}
},
"organizationProperties": {
"customization": "string"
}
}
}
{
"organizationInfo": {
"organization": {
"connectName": "",
"shortName": {
"domainName": "Commcell",
"id": 0
}
},
"organizationProperties": {
"customization": "{\"loginAndBannerBg\":\"#0b2e44\",\"headerColor\":\"#dde5ed\",\"headerTextColor\":\"#0b2e44\",\"navBg\":\"#FFFFFF\",\"navIconColor\":\"#0b2e44\",\"pageHeaderText\":\"#333333\",\"actionBtnBg\":\"#3c7099\",\"actionBtnText\":\"#FFFFFF\",\"linkText\":\"#3c7099\",\"iconColor\":\"#3c7099\",\"customizeCSS\":\"\",\"warningLoginBanner\":\"\",\"isSameLogo\":false}"
}
}
}
GET /organization/:organizationid/customization
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/Customization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'