get https://{host}.api.capillarytech.com/v2/organization/configkeyvalue?name=
Retrieves the organization configuration values based on config name.
Request URL
https://{host}/v2/organization/configkeyvalue?name={configKeyName}
Response parameters
Parameter | Description |
---|---|
id | Identifier for the object/record. |
entityId | Identifier for the entity involved. |
keyName | Name of the key for which the value is being provided. |
value | The value corresponding to the keyName. |
warnings | An array that contains any warnings associated with the response. |