UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

27 lines (22 loc) 651 B
# operation: licensing.get-license-state Description: Retrieve the license state for the specified account and SKU. Defaults to returning the current state. Inputs: `LicenseRequestArgs` LicenseRequestArgs properties: ```json { "accountId": { "description": "The accountId (orgId) that we want to check licensing for.", "type": "string" }, "applicationName": { "description": "The human readable application name, used for any licensing related ui. Web only.", "type": "string" }, "sku": { "description": "Overwrite the default SKU (if any) for license checking.", "type": "string" } } ``` Outputs: `string` ---