get
Returns requested property value.
Request
HTTP Request
GET /configuration/{name}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | yes | string | Configuration parameter name. |
Authorization
JSON Web Token (ManageConfiguration)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a Configuration resource in the response body.
Property Name | Type | Description |
---|---|---|
name | string | Configuration parameter name. |
value | string | Configuration parameter value. |
entityVersion | integer | Specifies the version field or property of an entity class. |
Updated less than a minute ago