Get all feature entitlements belonging to an entitlement set

Retrieves the details of an existing entitlement set.

GET/v3/entitlement-sets/{id}/feature-entitlements
JWT
entitlementSet:read

Parameters

NameTypeInDescription
pageintegerqueryThe page number.
limitintegerqueryThe number of records per page. Must be a number between 1 and 100.
sortstringqueryThe sort string to sort the returned records e.g. "-createdAt"
id*stringpathUnique identifier for the entitlement set.

Responses

200 OK
[
  {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "featureId": "string",
    "featureName": "string",
    "value": "string",
    "entitlementSetId": "string"
  }
]