GET api/License

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of License
NameDescriptionTypeAdditional information
Id

integer

None.

LicenseVersion

string

None.

CustomerName

string

None.

CustomerInfoHash

string

None.

Customer

Customer

None.

CustomerId

globally unique identifier

None.

ExpirationDate

date

None.

Description

string

None.

Note

string

None.

Properties

Collection of Property

None.

LicenseFeatures

Collection of LicenseFeatures

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "LicenseVersion": "sample string 2",
    "CustomerName": "sample string 2",
    "CustomerInfoHash": "gtwUO+pPVSIyvZux2qQUrL8O+ZvixTu81/z3A6JvP9FcTQOts5dZ3FghGjKv9eGQg3i1VUvc1mA9mIcsvibM2g==",
    "Customer": {
      "CustomerId": "3c9c9672-00c4-4d87-87bf-9c58d358867c",
      "Name": "sample string 2",
      "Address": "sample string 3",
      "Note": "sample string 4",
      "ContactEmails": "sample string 5",
      "ITEmails": "sample string 6",
      "Phone": "sample string 7",
      "CloudCustomer": true,
      "HasSftp": true,
      "CustomerType": 0,
      "Active": true,
      "DbBackupExportHook": "sample string 10",
      "SpecialProperties": "sample string 12",
      "SpecialPropertiesSuperSet": "sample string 13"
    },
    "CustomerId": "c0cd2f09-3fe2-4bb0-b230-74b6442e4394",
    "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
    "Description": "sample string 5",
    "Note": "sample string 6",
    "Properties": [
      {
        "Id": 1,
        "Key": "sample string 2",
        "LicenseId": 3,
        "Value": "sample string 4"
      },
      {
        "Id": 1,
        "Key": "sample string 2",
        "LicenseId": 3,
        "Value": "sample string 4"
      }
    ],
    "LicenseFeatures": [
      {
        "Id": 1,
        "LicenseId": 2,
        "FeatureId": 3,
        "Feature": {
          "FeatureId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
          "IsBeta": true,
          "Select": true
        },
        "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00"
      },
      {
        "Id": 1,
        "LicenseId": 2,
        "FeatureId": 3,
        "Feature": {
          "FeatureId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
          "IsBeta": true,
          "Select": true
        },
        "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00"
      }
    ]
  },
  {
    "Id": 1,
    "LicenseVersion": "sample string 2",
    "CustomerName": "sample string 2",
    "CustomerInfoHash": "gtwUO+pPVSIyvZux2qQUrL8O+ZvixTu81/z3A6JvP9FcTQOts5dZ3FghGjKv9eGQg3i1VUvc1mA9mIcsvibM2g==",
    "Customer": {
      "CustomerId": "3c9c9672-00c4-4d87-87bf-9c58d358867c",
      "Name": "sample string 2",
      "Address": "sample string 3",
      "Note": "sample string 4",
      "ContactEmails": "sample string 5",
      "ITEmails": "sample string 6",
      "Phone": "sample string 7",
      "CloudCustomer": true,
      "HasSftp": true,
      "CustomerType": 0,
      "Active": true,
      "DbBackupExportHook": "sample string 10",
      "SpecialProperties": "sample string 12",
      "SpecialPropertiesSuperSet": "sample string 13"
    },
    "CustomerId": "c0cd2f09-3fe2-4bb0-b230-74b6442e4394",
    "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
    "Description": "sample string 5",
    "Note": "sample string 6",
    "Properties": [
      {
        "Id": 1,
        "Key": "sample string 2",
        "LicenseId": 3,
        "Value": "sample string 4"
      },
      {
        "Id": 1,
        "Key": "sample string 2",
        "LicenseId": 3,
        "Value": "sample string 4"
      }
    ],
    "LicenseFeatures": [
      {
        "Id": 1,
        "LicenseId": 2,
        "FeatureId": 3,
        "Feature": {
          "FeatureId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
          "IsBeta": true,
          "Select": true
        },
        "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00"
      },
      {
        "Id": 1,
        "LicenseId": 2,
        "FeatureId": 3,
        "Feature": {
          "FeatureId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00",
          "IsBeta": true,
          "Select": true
        },
        "ExpirationDate": "2026-01-12T01:25:46.1546534+00:00"
      }
    ]
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[EmpyreanLicenseDomain.Models.Property, EmpyreanLicenseDomain, Version=20.7.7649.7938, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[EmpyreanLicenseDomain.Models.Property, EmpyreanLicenseDomain, Version=20.7.7649.7938, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.