Retrieves all purchased entitlements for the authenticated tenant. Purchased entitlements represent the licenses and subscriptions acquired through purchases. Each entitlement includes details about the license type, SKU, quantity, effective dates, and expiration dates.
Default number of records per page to use when pageSize is not explicitly specified or is invalid.
Sort order direction for the specified sort field, typically 'ASC' for ascending or 'DESC' for descending.
Number of records to return per page for pagination, with automatic fallback to default if invalid.
Set of specific field names to include in the query response, enabling selective data retrieval.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/entitlements/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/entitlements/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/entitlements/query
- application/vnd.ruckus.v1.2+json
- application/json
{ "defaultPageSize": 0, "sortField": "string", "sortOrder": "string", "page": 0, "pageSize": 0, "fields": [ "string" ], "filters": { "licenseType": [ … ], "isTrial": false, "status": [ … ], "expirationDateRange": { … }, "sku": "[A-Z]+-[A-Z]+-[A-Z]+-[A-Z]+[0-9]$", "skuTier": "Platinum, Gold, Silver" } }
success.
Set of field names that were requested to be included in the response data.
Total number of records available that match the query criteria, used for pagination calculations.
Unique identifier for the primary object or entity associated with this query response.
- application/vnd.ruckus.v1.2+json
- application/json
{ "fields": [ "string" ], "totalCount": 0, "page": 0, "pageSize": 0, "objectId": "string", "data": [ null ], "errors": [ { … } ], "subsequentQueries": [ { … } ] }