ActivationEvents

List all activation events

Returns a list of activation events. The activation events are returned sorted by creation date in ascending order.

get/v3/activation-events

Query parameters

pageinteger

The page number.

limitinteger

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

sortstring

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

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

Unique identifier for the license associated with the event.

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

Unique identifier for the activation associated with the event.

eqstring correct-enum-value

Matches values that are equal to the specified value.

nestring correct-enum-value

Matches values that are not equal to the specified value.

Activation lifecycle event type (created, updated, deleted, lease-expired).

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

Unique identifier for the user associated with the event.

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

Unique identifier for the organization associated with the event.

searchstring

Search string.

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

ID of the resource.

eqstring date-time

Matches values that are equal to the specified value.

nestring date-time

Matches values that are not equal to the specified value.

gtstring date-time

Matches values that are greater than the specified value.

gtestring date-time

Matches values that are greater than or equal to the specified value.

ltstring date-time

Matches values that are less than the specified value.

ltestring date-time

Matches values that are less than or equal to the specified value.

Date of creation

Response

OK

idstring uuid required
createdAtstring date-time required
eventType'created' | 'updated' | 'deleted' | 'lease-expired' required
productIdstring uuid required
licenseIdstring uuid required
deviceIdstring uuid nullable
activationIdstring uuid required
userIdstring uuid nullable
organizationIdstring uuid nullable
licenseTypestring required
os'windows' | 'linux' | 'macos' | 'android' | 'ios' required
osVersionstring nullable
hostnamestring required
normalizedHostnamestring required
vmNamestring nullable
containerboolean required
releaseVersionstring nullable
releaseChannelstring nullable
offlineboolean required

Changes