GET api/LicenseAdmin/ProductRegistrationById?version={version}&id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
version
No documentation available.

Define this parameter in the request URI.

id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LicenseKey": "sample string 2",
  "VersionKey": "sample string 3",
  "ProductVersionId": 4,
  "LicenseTypeId": 5,
  "LicenseType": "sample string 6",
  "IsAvailable": true,
  "CompanyId": 8,
  "UserId": 1,
  "UserName": "sample string 9",
  "IsRevoked": true,
  "DateRegistered": "2024-11-11T10:39:57.6401788+00:00",
  "DaysToExpires": 1,
  "DateCreated": "2024-11-11T10:39:57.6401788+00:00",
  "VersionName": "sample string 11",
  "ReplacementKeyId": 1,
  "CreatedByUserId": 1,
  "ComputerName": "sample string 12",
  "LastConnection": "2024-11-11T10:39:57.6401788+00:00",
  "CurrentVersion": "sample string 13",
  "Features": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/xml, text/xml

Sample:
<LicenseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewMindLicensingServer">
  <CompanyId>8</CompanyId>
  <ComputerName>sample string 12</ComputerName>
  <CreatedByUserId>1</CreatedByUserId>
  <CurrentVersion>sample string 13</CurrentVersion>
  <DateCreated>2024-11-11T10:39:57.6401788+00:00</DateCreated>
  <DateRegistered>2024-11-11T10:39:57.6401788+00:00</DateRegistered>
  <DaysToExpires>1</DaysToExpires>
  <Features xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </Features>
  <Id>1</Id>
  <IsAvailable>true</IsAvailable>
  <IsRevoked>true</IsRevoked>
  <LastConnection>2024-11-11T10:39:57.6401788+00:00</LastConnection>
  <LicenseKey>sample string 2</LicenseKey>
  <LicenseType>sample string 6</LicenseType>
  <LicenseTypeId>5</LicenseTypeId>
  <ProductVersionId>4</ProductVersionId>
  <ReplacementKeyId>1</ReplacementKeyId>
  <UserId>1</UserId>
  <UserName>sample string 9</UserName>
  <VersionKey>sample string 3</VersionKey>
  <VersionName>sample string 11</VersionName>
</LicenseModel>