# Get a list of simple entitlements. Endpoint: GET /v1/entitlements Version: 1.0.0_Beta ## Query parameters: - `activationId` (string) Activation ID associated with the entitlement - `accountId` (string) Account ID associated with the entitlement - `accountName` (string) Account name associated with the entitlement - `contactEmail` (string) Contact email associated with the entitlement - `product` (string) Product name associated with the entitlement - `version` (string) Product version associated with the entitlement - `partNumber` (string) Part number associated with the entitlement - `status` (string) Status of the entitlement (draft,deployed,active,inactive,obsoleted) - `sort_by` (string) Field to sort by (entitlement_id,created_on) - `sort_order` (string) Order to sort by (asc/desc) - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `status` (string) ## Response 400 fields (application/json): - `status` (string) ## Response 500 fields (application/json): - `status` (string)