Skip to content

Lists all active license sessions across the system with pagination, sorting, and filtering.

GET
/api/v1/provision/admin/sessions/activations
curl --request GET \
--url https://example.com/api/v1/provision/admin/sessions/activations
pageNumber
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

1-based page index.

pageSize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

Page size.

sortOrder
string

Optional sort expression.

filter
string

Optional filter expression.

OK

object
pageNumber
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
pageSize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
totalCount
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
items
Array<object>
object
id
string format: uuid
isTrial
boolean
isValidSession
boolean
activationTime
string format: date-time
lastAccessTime
string format: date-time
leaseExpiration
string format: date-time
graceExpiration
string format: date-time
leaseTime
string
/^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$/
trialExpiration
string format: date-time
isRevoked
boolean
fingerprint
string
deviceName

Optional display name of the device where the license is activated. Useful for management UIs and user identification of licensed devices.

null | string
applicationInstanceId

Identifies the specific process that holds this license when concurrent licensing is enabled. Relevant when multiple processes on the same hardware require separate licenses.

null | string
activationCode
string
licenseKey
null | string
entitlementId
string format: uuid
appliedPlanSetId
null | string format: uuid
appliedPlanName
null | string
licensedProducts
Array<string>
cannotActivateBeforeTimestamp
string format: date-time
notValidAfterTimestamp
string format: date-time
userId
string format: uuid
email
string
totalPages
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
hasPreviousPage
boolean
hasNextPage
boolean

Unauthorized

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Forbidden

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string