Retrieve a feature

Retrieves the details of an existing feature.

GET/v3/features/{id}
JWT
feature:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the feature.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "displayName": "string",
  "description": "string"
}