Skip to content

getLicenseKeyInstance(__queryItems_)

mauryaratan edited this page Feb 5, 2023 · 1 revision

getLicenseKeyInstance(_:queryItems:)

Get a single license key instance by ID.

public func getLicenseKeyInstance(_ licenseKeyInstanceId: LicenseKeyInstance.ID, queryItems: [URLQueryItem] = [])

Parameters

  • licenseKeyInstanceId: The ID of the license key you'd like to retrieve.
  • queryItems: An array of URLQueryItem, passed as query parameters.

Returns

A response object containing the requested LicenseKeyInstance.

Types
Global Functions
Clone this wiki locally