GET api/Customer/Customer?LicenseKey={LicenseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LicenseKey

string

Required

Body Parameters

None.

Response Information

Resource Description

CustomerModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Timestamp

date

None.

LicenseKey

string

None.

ExamUrl

string

None.

MockUrl

string

None.

CssContent

string

None.

EmailAddress

string

None.

EnrollmentEmailAddress

string

None.

EnrollmentPasscode

string

None.

LastEnrollmentDate

date

None.

CustomerMedias

Collection of CustomerMediaModel

None.

CustomerConfigProfiles

Collection of CustomerConfigProfileModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 1",
  "Timestamp": "2026-06-25T14:27:38.14163+00:00",
  "LicenseKey": "sample string 3",
  "ExamUrl": "sample string 4",
  "MockUrl": "sample string 5",
  "CssContent": "sample string 6",
  "EmailAddress": "sample string 7",
  "EnrollmentEmailAddress": "sample string 8",
  "EnrollmentPasscode": "sample string 9",
  "LastEnrollmentDate": "2026-06-25T14:27:38.14163+00:00",
  "CustomerMedias": [
    {
      "Id": 1,
      "MediaType": 0,
      "Name": "sample string 1",
      "ContentType": "sample string 2",
      "Timestamp": "2026-06-25T14:27:38.14163+00:00",
      "Extension": "sample string 4",
      "CustomerId": 1,
      "FileContents": "QEA="
    },
    {
      "Id": 1,
      "MediaType": 0,
      "Name": "sample string 1",
      "ContentType": "sample string 2",
      "Timestamp": "2026-06-25T14:27:38.14163+00:00",
      "Extension": "sample string 4",
      "CustomerId": 1,
      "FileContents": "QEA="
    }
  ],
  "CustomerConfigProfiles": [
    {
      "Id": 1,
      "CustomerId": 1,
      "ConfigProfileId": 1,
      "Timestamp": "2026-06-25T14:27:38.14163+00:00",
      "Status": 0,
      "CustomerConfigProfileConditions": [
        {
          "Id": 1,
          "UrlCondition": "sample string 1",
          "CustomerConfigProfileId": 2,
          "Timestamp": "2026-06-25T14:27:38.14163+00:00",
          "ConditionType": 0
        },
        {
          "Id": 1,
          "UrlCondition": "sample string 1",
          "CustomerConfigProfileId": 2,
          "Timestamp": "2026-06-25T14:27:38.14163+00:00",
          "ConditionType": 0
        }
      ]
    },
    {
      "Id": 1,
      "CustomerId": 1,
      "ConfigProfileId": 1,
      "Timestamp": "2026-06-25T14:27:38.14163+00:00",
      "Status": 0,
      "CustomerConfigProfileConditions": [
        {
          "Id": 1,
          "UrlCondition": "sample string 1",
          "CustomerConfigProfileId": 2,
          "Timestamp": "2026-06-25T14:27:38.14163+00:00",
          "ConditionType": 0
        },
        {
          "Id": 1,
          "UrlCondition": "sample string 1",
          "CustomerConfigProfileId": 2,
          "Timestamp": "2026-06-25T14:27:38.14163+00:00",
          "ConditionType": 0
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<CustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eNetSecure.Models">
  <CssContent>sample string 6</CssContent>
  <CustomerConfigProfiles>
    <CustomerConfigProfileModel>
      <ConfigProfileId>1</ConfigProfileId>
      <CustomerConfigProfileConditions>
        <CustomerConfigProfileConditionModel>
          <ConditionType>EndsWith</ConditionType>
          <CustomerConfigProfileId>2</CustomerConfigProfileId>
          <Id>1</Id>
          <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
          <UrlCondition>sample string 1</UrlCondition>
        </CustomerConfigProfileConditionModel>
        <CustomerConfigProfileConditionModel>
          <ConditionType>EndsWith</ConditionType>
          <CustomerConfigProfileId>2</CustomerConfigProfileId>
          <Id>1</Id>
          <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
          <UrlCondition>sample string 1</UrlCondition>
        </CustomerConfigProfileConditionModel>
      </CustomerConfigProfileConditions>
      <CustomerId>1</CustomerId>
      <Id>1</Id>
      <Status>Active</Status>
      <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
    </CustomerConfigProfileModel>
    <CustomerConfigProfileModel>
      <ConfigProfileId>1</ConfigProfileId>
      <CustomerConfigProfileConditions>
        <CustomerConfigProfileConditionModel>
          <ConditionType>EndsWith</ConditionType>
          <CustomerConfigProfileId>2</CustomerConfigProfileId>
          <Id>1</Id>
          <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
          <UrlCondition>sample string 1</UrlCondition>
        </CustomerConfigProfileConditionModel>
        <CustomerConfigProfileConditionModel>
          <ConditionType>EndsWith</ConditionType>
          <CustomerConfigProfileId>2</CustomerConfigProfileId>
          <Id>1</Id>
          <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
          <UrlCondition>sample string 1</UrlCondition>
        </CustomerConfigProfileConditionModel>
      </CustomerConfigProfileConditions>
      <CustomerId>1</CustomerId>
      <Id>1</Id>
      <Status>Active</Status>
      <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
    </CustomerConfigProfileModel>
  </CustomerConfigProfiles>
  <CustomerMedias>
    <CustomerMediaModel>
      <ContentType>sample string 2</ContentType>
      <CustomerId>1</CustomerId>
      <Extension>sample string 4</Extension>
      <FileContents>QEA=</FileContents>
      <Id>1</Id>
      <MediaType>Logo</MediaType>
      <Name>sample string 1</Name>
      <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
    </CustomerMediaModel>
    <CustomerMediaModel>
      <ContentType>sample string 2</ContentType>
      <CustomerId>1</CustomerId>
      <Extension>sample string 4</Extension>
      <FileContents>QEA=</FileContents>
      <Id>1</Id>
      <MediaType>Logo</MediaType>
      <Name>sample string 1</Name>
      <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
    </CustomerMediaModel>
  </CustomerMedias>
  <EmailAddress>sample string 7</EmailAddress>
  <EnrollmentEmailAddress>sample string 8</EnrollmentEmailAddress>
  <EnrollmentPasscode>sample string 9</EnrollmentPasscode>
  <ExamUrl>sample string 4</ExamUrl>
  <Id>1</Id>
  <LastEnrollmentDate>2026-06-25T14:27:38.14163+00:00</LastEnrollmentDate>
  <LicenseKey>sample string 3</LicenseKey>
  <MockUrl>sample string 5</MockUrl>
  <Name>sample string 1</Name>
  <Timestamp>2026-06-25T14:27:38.14163+00:00</Timestamp>
</CustomerModel>