GET api/CustomerConfigProfile/CustomerConfigProfile?customerId={customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerConfigProfileModel
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerId

integer

None.

ConfigProfileId

integer

None.

Timestamp

date

None.

Status

ConfigProfileStatus

None.

CustomerConfigProfileConditions

Collection of CustomerConfigProfileConditionModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "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:
<ArrayOfCustomerConfigProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eNetSecure.Models">
  <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>
</ArrayOfCustomerConfigProfileModel>