Gets configuration properties such that all returned properties contain the property name provided in the input.

get

/config/property/v1

Gets configuration properties such that all returned properties contain the property name provided in the input. If there is no match to the input, then an empty propery array will be present in the output.

Request

Query Parameters
  • This optional parameter can be provided in the input, if value of the property is desired in certain locale. If service implementation has value defined for that property in that locale then that value will be returned. If the locale os not provided or if locale specific value is not available for input property value, then property vale in default locale (en_US) will be retuned in the output.
  • Name to search for configuration property. All properties that contain the input name are returned in the response.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : ConfigPropertiesResponse
Type: array
Contains Congfig Properties that are returned from API.
Show Source
Nested Schema : NameValSource
Type: object
Name-value and source of the property.
Show Source

406 Response

Incorrect Data.
Body ()
Root Schema : ConfigAPIResponse
Type: object
Show Source
Back to Top