Skip to main content

Get Added Global Settings

Select

SaaS
Customer Managed

Get list of global settings used to modify system default behaviour

Responses

OK


Schema
  • globalSettings object[]
  • name string

    Name of the setting

  • displayLabel string

    Display name of the setting

  • value string

    Value of the setting

  • comment string

    Comment added along with setting

  • type string

    Data type of the setting

  • category string

    Category of the setting

  • enabled int64

    If the setting is enabled or not

GET /v4/addedglobalsettings    

Authorization

type: apiKeyname: Authtokenin: header

Request

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