Export reseller licenses

Exports reseller licenses in the csv format.

GET/v3/resellers/{resellerId}/licenses/export
JWTreseller:license:read

Path parameters

resellerIdstringrequired

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

userIdstring

Unique identifier for the user. A user is associated with a license directly, via a user group, or through the additionalUserIds property.

Length: [0,256]

organizationIdobject

Unique identifier for the organization.

activation.lastSyncedAtobject

The last synced at date of the activation linked to the license.

product.displayNameobject

Product Associated with the license.

productVersion.displayNameobject

Product Version associated with the license.

includearray of string

Whether to include related entities in the response.

keyobject

The key associated with the license.

revokedboolean

Whether a license is revoked.

suspendedboolean

Whether a license is suspended.

typeobject

Type of the license.

validityobject

The duration after which the license will expire.

subscriptionIntervalobject

Subscription interval for the license.

allowedActivationsobject

Allowed number of activations for the license.

allowedDeactivationsobject

Allowed number of deactivations for the license.

totalActivationsobject

Total number of activations for the license.

totalDeactivationsobject

Total number of deactivations for the license.

notesobject

The license notes.

metadata.keyobject

Metadata key associated with the license.

metadata.valueobject

Metadata value associated with the license.

expiresAtobject

Licenses expiring at.

expiredboolean

Whether license is expired.

perpetualboolean

Whether license is perpetual.

entitlementSetIdobject

ID of the linked entitlement set.

searchstring

Search string.

Length: [0,256]

idobject

ID of the resource.

createdAtobject

Date of creation

updatedAtobject

Date of last update

Response

200 OK