Returns setting with given Id

get/data-services/v1beta1/settings/{id}

Returns the details of the setting with the given ID. If a value does not exist for the setting, the API returns the default value.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The ID of the setting

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Responses
200

Setting Detail

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

The filter attribute's value does not exist

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "consoleUri": "string",
  • "currentValue": "string",
  • "description": "string",
  • "externalApplicationName": "string",
  • "lastUpdatedAt": "string",
  • "lastUpdatedBy": "string",
  • "nextValue": "string",
  • "possibleValues": "string"
}