List entitlements
GET /api/entitlements. List entitlements. Headless LMS Entitlements API reference.
Query Parameters
page?integer
Range
1 <= value <= 9007199254740991Default
1pageSize?integer
Range
1 <= value <= 100Default
20search?string
sort?string
status?string
Value in
- "active"
- "expired"
- "revoked"
source?string
orgUserId?string
contentId?string
type?string
Value in
- "course"
- "download"
Response Body
application/json
curl -X GET "https://example.com/api/entitlements"{ "rows": [ { "orgId": "string", "id": "string", "orgUserId": "string", "bundleId": "string", "contentId": "string", "status": "active", "source": "string", "grantedAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "total": -9007199254740991, "page": -9007199254740991, "pageSize": -9007199254740991}