# EntitlementListResponse **Type:** GraphQL objects **Description:** Paginated response carrying a list of entitlements. ## Fields - entitlements (Entitlement, Not Null): List of entitlement entities. - createdOn (String): Represents the date and time when the entitlement was created. - description (String): Human readable description of the entitlement. - entitlementId (String): Represents a high-level entitlement entity. - shipToAddress (String): Represents the shipping address associated with the entitlement. - shipToEmail (String): Email address associated with shipment contact. - status (State): status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETED - updatedOn (String): Represents the date and time when the entitlement was last updated. - limit (Int): Represents limit per page for pagination. - page (Int): Represents page for pagination.