Get a single feature control by name with full details

Returns the full details of a feature control, including its update history.

get/api/feature-control/{name}/detailed

Path parameters

namestring required

The unique name of the feature control.

Headers

x-cdp-request-idstring

A unique identifier for the request, used for tracing.

Response

Successfully retrieved the detailed feature control.

namestring
type'list-string' | 'list-number' | 'boolean' | 'date' | 'string' | 'number'
scopesstring[]
status'active' | 'withdrawn' | 'expired' | 'removed'
displayNamestring
descriptionstring
ownerstring
createdBystring
expiryDatestring date-time
roleRequiredstring[]
createdstring date-time
lastUpdatedstring date-time
lastUpdatedBystring

Changes

Changed in 4 of the 10 revisions of this API.15

    • added the new removed enum value to the / response property for the response status

      response-property-enum-value-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added