Lists active license sessions for the entitlement.
const url = 'https://example.com/api/v1/provision/operational/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/activations';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/provision/operational/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/activationsParameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Target entitlement.
Query Parameters
Section titled “Query Parameters”1-based page index.
Page size.
Optional sort expression.
Optional filter expression.
Responses
Section titled “Responses”OK
A single page of results from a list endpoint, together with the paging metadata needed to navigate the full result set.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages in the result set.
Whether a page precedes this one.
Whether a page follows this one.
A single page of results from a list endpoint, together with the paging metadata needed to navigate the full result set.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages in the result set.
Whether a page precedes this one.
Whether a page follows this one.
Examplegenerated
{ "pageNumber": 1, "pageSize": 1, "totalCount": 1, "items": [ { "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "isTrial": true, "isValidSession": true, "activationTime": "2026-04-15T12:00:00Z", "lastAccessTime": "2026-04-15T12:00:00Z", "leaseExpiration": "2026-04-15T12:00:00Z", "graceExpiration": "2026-04-15T12:00:00Z", "leaseTime": "example", "trialExpiration": "2026-04-15T12:00:00Z", "isRevoked": true, "fingerprint": "example", "deviceName": "example", "applicationInstanceId": "example", "activationCode": "example", "licenseKey": "example", "entitlementId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanName": "example", "licensedProducts": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "cannotActivateBeforeTimestamp": "2026-04-15T12:00:00Z", "notValidAfterTimestamp": "2026-04-15T12:00:00Z", "userId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "email": "example" } ], "totalPages": 1, "hasPreviousPage": true, "hasNextPage": true}A single page of results from a list endpoint, together with the paging metadata needed to navigate the full result set.
object
The 1-based index of this page within the full result set.
The maximum number of items per page that was requested.
The total number of items across all pages.
The items on this page.
Admin read model of a license session: one activated seat (device/process) on an entitlement, with its lease, grace, trial, and validity windows.
object
Computed client-side: lease not expired, still inside the validity window, and not revoked.
Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.
Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.
The total number of pages in the result set.
Whether a page precedes this one.
Whether a page follows this one.
Examplegenerated
{ "pageNumber": 1, "pageSize": 1, "totalCount": 1, "items": [ { "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "isTrial": true, "isValidSession": true, "activationTime": "2026-04-15T12:00:00Z", "lastAccessTime": "2026-04-15T12:00:00Z", "leaseExpiration": "2026-04-15T12:00:00Z", "graceExpiration": "2026-04-15T12:00:00Z", "leaseTime": "example", "trialExpiration": "2026-04-15T12:00:00Z", "isRevoked": true, "fingerprint": "example", "deviceName": "example", "applicationInstanceId": "example", "activationCode": "example", "licenseKey": "example", "entitlementId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "appliedPlanName": "example", "licensedProducts": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "cannotActivateBeforeTimestamp": "2026-04-15T12:00:00Z", "notValidAfterTimestamp": "2026-04-15T12:00:00Z", "userId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "email": "example" } ], "totalPages": 1, "hasPreviousPage": true, "hasNextPage": true}Not Found
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}