List all reseller licenses
Returns a list of reseller licenses. The reseller licenses are returned sorted by creation date in ascending order.
GET/v3/resellers/{resellerId}/licenses
JWT
reseller:license:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path | |
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| userId | string | query | Unique identifier for the user. A user is associated with a license directly, via a user group, or through the additionalUserIds property. |
| organizationId | object | query | Unique identifier for the organization. |
| activation.lastSyncedAt | object | query | The last synced at date of the activation linked to the license. |
| product.displayName | object | query | Product Associated with the license. |
| productVersion.displayName | object | query | Product Version associated with the license. |
| key | object | query | The key associated with the license. |
| revoked | boolean | query | Whether a license is revoked. |
| suspended | boolean | query | Whether a license is suspended. |
| type | object | query | Type of the license. |
| validity | object | query | The duration after which the license will expire. |
| subscriptionInterval | object | query | Subscription interval for the license. |
| allowedActivations | object | query | Allowed number of activations for the license. |
| allowedDeactivations | object | query | Allowed number of deactivations for the license. |
| totalActivations | object | query | Total number of activations for the license. |
| totalDeactivations | object | query | Total number of deactivations for the license. |
| notes | object | query | The license notes. |
| metadata.key | object | query | Metadata key associated with the license. |
| metadata.value | object | query | Metadata value associated with the license. |
| expiresAt | object | query | Licenses expiring at. |
| expired | boolean | query | Whether license is expired. |
| perpetual | boolean | query | Whether license is perpetual. |
| entitlementSetId | object | query | ID of the linked entitlement set. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
| updatedAt | object | query | Date of last update |
Responses
200
401
403
404
429
500