GET api/EfcDesktopKey/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RegKey": "sample string 1",
  "FeatureKey": "sample string 2",
  "FeatureKeyType": "sample string 3",
  "Created": "sample string 4",
  "FeatureCert": "sample string 5",
  "Quantity": "sample string 6",
  "FeatureIdentifier": 0
}

application/xml, text/xml

Sample:
<EfcDesktopKeyModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RegKey>sample string 1</RegKey>
  <FeatureKey>sample string 2</FeatureKey>
  <FeatureKeyType>sample string 3</FeatureKeyType>
  <Created>sample string 4</Created>
  <FeatureCert>sample string 5</FeatureCert>
  <Quantity>sample string 6</Quantity>
  <FeatureIdentifier>ClientLicense</FeatureIdentifier>
</EfcDesktopKeyModel>