Web API
license.maintenance-expired
andlicense.maintenance-expiring-soon
events in webhooks and email templates.on
(organization name) andoa
(organization address) properties in the activation JWT response.
lcat
(license created at) andlaat
(license activated at) properties in the activation JWT response.
expiresAt
andexpiringSoon
query params to the /v3/licenses endpoint.offline
property to the activation log resource.
- Issue causing emails sent through SendGrid to fail.
allowed
query param to the /v3/releases/update endpoint
maintenancePolicyId
property to the license resource.currentReleaseVersion
property to the license resource.maxAllowedReleaseVersion
property to the license resource.releaseVersion
property to the activation resource.
- Added
accountId
in login endpoint. - Added
accountId
in activation, trial activation and deactivation endpoints. - Added
accountId
in release update and latest endpoint. - Added
accountId
in release download URL.
- Renamed
companyId
toaccountAlias
in login endpoint.
- /v3/sending-domains endpoint to add support for DMARC compliant emails.
resourceId
query param to event logs.
disableValidationCheck
property to the license resource.
changes
property to the event log resource.
allowClientLeaseDuration
property to the license resource.
user.created
event in the email templates.user.reset-password-request
event in the email templates.
private
property to the release resource.license.deleted
event in the webhooks and email templates.
- query operators support.
user.company
query param to /v3/licenses endpoint.activation.appVersion
query param to /v3/users endpoint.
createdAfter
andcreatedBefore
in /v3/licenses, /v3/users, /v3/activation-logs endpoints. These can be replaced withcreatedAt[gt]
andcreatedAt[lt]
respectively.lastSeenAfter
andlastSeenBefore
in /v3/users endpoint. These can be replaced withlastSeenAt[gt]
andlastSeenAt[lt]
respectively.metadataKey
andmetadataValue
in /v3/licenses and /v3/users endpoints. These can be replaced withmetadata.key
andmetadata.value
respectively.email
in /v3/licenses endpoint. This can be replaced withuser.email
.
allowCustomerPortalAccess
property to the user resource.
offline
property to the activation resource.
- /v3/trial-activations/export endpoint to add support for exporting the trial activations in the CSV format.
additionalUserIds
property to the license resource.
- /v3/licenses/meter-attributes/{id}/reset endpoint to add support for resetting the meter attributes.
appVersion
property to the activation log resource.
floating
property to the meter attribute resource.allowContainerActivation
property to the license and trial policy resources.
- Support for caching to improve performance.
- Meter attributes are now persistent by default.
visible
property to the meter attribute resource.
allowedIpRanges
property to the license resource.
- SAML SSO support.
cc
andbcc
properties to the email templates.
expiringSoonEventOffset
property to the license policy and the license resources.
allowedIpRange
property to the license resource.
keyPattern
property to the license policy resource.
grossUses
property to the license meter attributes.metadataKey
andmetadataValue
query params to the /v3/users endpoint.
- Some minor bug fixes and improvements.
product.displayName
property to the user release resource.
disableGeoLocation
property to the license policy, trial policy and license resources, to prevent storing IP and location data.downloads
property to the release file resource, to track number of downloads.
requiredMeterAttributes
property to the license policy resource, to enforce meter attributes schema for the licenses.meterAttributes
property to the license resource.
requireAuthentication
property to the license resource, to enforce user authentication for license activation.
resellerId
property to the license resource.tags
property to the user resource.
license.expired
andlicense.expiring-soon
events to webhooks.account.logged-in
event to event log.
- Dynamic origin for password reset mails.
- Support for referrals.
- Support for bank deposits through dashboard as alternative for credit cards.
allowedClockOffset
property to license policies and licenses which can be used to allow license and trial activations on machines where system clocks run behind the network time.
- /v3/users/:id/reset-password-token endpoint to allow implementation of forgot password functionality for custom branded portals.
- /v3/licenses/:id/extend endpoint to allow extension of licenses. Before this only license renewal was allowed.
- Some minor bug fixes.
- Some minor bug fixes.
licensePolicyId
property to licenses which can be used to override the default license policy of a license, inherited through product.requiredMetadataKeys
property to license policies to make it must for a license to have required metadata keys when it is created. The metadata keys will automatically appear for licenses in the dashboard.
- Some minor bug fixes and improvements.
- Each license you create is counted as an activation irrespective of whether it is activated or not (as before). But if license allows more than one activation, then those are only counted when used.
allowedActivations
property in license policies and licenses can now be set to0
also, to allow unlimited activations for any license.- For on-premise floating licenses
allowedFloatingClients
are no more counted as activations, that means floating licenses got more cheaper.
- Some issues in floating licenses.
- Other minor bug fixes.
- Completely new REST API
Last modified 13d ago