GET api/customer/{clientId}/profilelist

Get list of Profiles based on Client Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Identifies the Net Health Customer

string

Required

Body Parameters

Identifies the level of logging that will be returned in the response

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProfileListResponseData
NameDescriptionTypeAdditional information
InboundProfileList

Collection of RelayInboundProfile

None.

OutboundProfileList

Collection of RelayOutboundProfile

None.

ResponseStatus

ResponseStatus

None.

LogMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InboundProfileList": [
    {
      "RelayInboundProfileID": 1,
      "RelayCustomerID": 2,
      "ProfileName": "sample string 3",
      "ApplicationName": "sample string 4",
      "Active": true,
      "ClientActionRequest": 64,
      "LogLevel": "sample string 6",
      "AlertEmailList": "sample string 7",
      "LogTransactionsToDB": true,
      "ReceiveTCP": true,
      "ReceivePort": 1,
      "ReceiveImmediateAck": true,
      "ReceiveFile": true,
      "ReceiveFileFolderPath": "sample string 11",
      "ReceiveFileExtension": "sample string 12",
      "ReceiveFilePollingInterval": 1,
      "RelayTCP": true,
      "RelayIPAddress": "sample string 14",
      "RelayPortNumber": 1,
      "RelayAckTimeout": 1,
      "RelayFile": true,
      "RelayFileFolderPath": "sample string 16",
      "RelayWebService": true,
      "RelayWebServiceURI": "sample string 18",
      "RelayWebServiceTimeout": 1,
      "ServerStatus": 64,
      "LastTransactionDateTime": "2024-09-19T01:18:32.9134371-04:00",
      "PendingHeartbeatCommand": 64,
      "LastHeartbeatDateTime": "2024-09-19T01:18:32.9134371-04:00"
    },
    {
      "RelayInboundProfileID": 1,
      "RelayCustomerID": 2,
      "ProfileName": "sample string 3",
      "ApplicationName": "sample string 4",
      "Active": true,
      "ClientActionRequest": 64,
      "LogLevel": "sample string 6",
      "AlertEmailList": "sample string 7",
      "LogTransactionsToDB": true,
      "ReceiveTCP": true,
      "ReceivePort": 1,
      "ReceiveImmediateAck": true,
      "ReceiveFile": true,
      "ReceiveFileFolderPath": "sample string 11",
      "ReceiveFileExtension": "sample string 12",
      "ReceiveFilePollingInterval": 1,
      "RelayTCP": true,
      "RelayIPAddress": "sample string 14",
      "RelayPortNumber": 1,
      "RelayAckTimeout": 1,
      "RelayFile": true,
      "RelayFileFolderPath": "sample string 16",
      "RelayWebService": true,
      "RelayWebServiceURI": "sample string 18",
      "RelayWebServiceTimeout": 1,
      "ServerStatus": 64,
      "LastTransactionDateTime": "2024-09-19T01:18:32.9134371-04:00",
      "PendingHeartbeatCommand": 64,
      "LastHeartbeatDateTime": "2024-09-19T01:18:32.9134371-04:00"
    }
  ],
  "OutboundProfileList": [
    {
      "RelayOutboundProfileID": 1,
      "RelayCustomerID": 2,
      "ProfileName": "sample string 3",
      "ApplicationName": "sample string 4",
      "Active": true,
      "ClientActionRequest": 64,
      "LogLevel": "sample string 6",
      "AlertEmailList": "sample string 7",
      "WebServicePollingInterval": 8,
      "TransactionLimitPerRequest": 1,
      "RelayTCP": true,
      "RelayIPAddress": "sample string 10",
      "RelayPortNumber": 1,
      "RelayAckTimeout": 1,
      "RelayFile": true,
      "RelayFileFolderPath": "sample string 12",
      "ServerStatus": 64,
      "LastTransactionDateTime": "2024-09-19T01:18:32.9134371-04:00",
      "PendingHeartbeatCommand": 64,
      "LastHeartbeatDateTime": "2024-09-19T01:18:32.9134371-04:00"
    },
    {
      "RelayOutboundProfileID": 1,
      "RelayCustomerID": 2,
      "ProfileName": "sample string 3",
      "ApplicationName": "sample string 4",
      "Active": true,
      "ClientActionRequest": 64,
      "LogLevel": "sample string 6",
      "AlertEmailList": "sample string 7",
      "WebServicePollingInterval": 8,
      "TransactionLimitPerRequest": 1,
      "RelayTCP": true,
      "RelayIPAddress": "sample string 10",
      "RelayPortNumber": 1,
      "RelayAckTimeout": 1,
      "RelayFile": true,
      "RelayFileFolderPath": "sample string 12",
      "ServerStatus": 64,
      "LastTransactionDateTime": "2024-09-19T01:18:32.9134371-04:00",
      "PendingHeartbeatCommand": 64,
      "LastHeartbeatDateTime": "2024-09-19T01:18:32.9134371-04:00"
    }
  ],
  "ResponseStatus": 1,
  "LogMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<ProfileListResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Relay.TransferObjects">
  <LogMessage>sample string 1</LogMessage>
  <ResponseStatus>Success</ResponseStatus>
  <InboundProfileList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interface.Relay.DataAccess">
    <d2p1:RelayInboundProfile>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:AlertEmailList>sample string 7</d2p1:AlertEmailList>
      <d2p1:ApplicationName>sample string 4</d2p1:ApplicationName>
      <d2p1:ClientActionRequest>64</d2p1:ClientActionRequest>
      <d2p1:LastHeartbeatDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastHeartbeatDateTime>
      <d2p1:LastTransactionDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastTransactionDateTime>
      <d2p1:LogLevel>sample string 6</d2p1:LogLevel>
      <d2p1:LogTransactionsToDB>true</d2p1:LogTransactionsToDB>
      <d2p1:PendingHeartbeatCommand>64</d2p1:PendingHeartbeatCommand>
      <d2p1:ProfileName>sample string 3</d2p1:ProfileName>
      <d2p1:ReceiveFile>true</d2p1:ReceiveFile>
      <d2p1:ReceiveFileExtension>sample string 12</d2p1:ReceiveFileExtension>
      <d2p1:ReceiveFileFolderPath>sample string 11</d2p1:ReceiveFileFolderPath>
      <d2p1:ReceiveFilePollingInterval>1</d2p1:ReceiveFilePollingInterval>
      <d2p1:ReceiveImmediateAck>true</d2p1:ReceiveImmediateAck>
      <d2p1:ReceivePort>1</d2p1:ReceivePort>
      <d2p1:ReceiveTCP>true</d2p1:ReceiveTCP>
      <d2p1:RelayAckTimeout>1</d2p1:RelayAckTimeout>
      <d2p1:RelayCustomerID>2</d2p1:RelayCustomerID>
      <d2p1:RelayFile>true</d2p1:RelayFile>
      <d2p1:RelayFileFolderPath>sample string 16</d2p1:RelayFileFolderPath>
      <d2p1:RelayIPAddress>sample string 14</d2p1:RelayIPAddress>
      <d2p1:RelayInboundProfileID>1</d2p1:RelayInboundProfileID>
      <d2p1:RelayPortNumber>1</d2p1:RelayPortNumber>
      <d2p1:RelayTCP>true</d2p1:RelayTCP>
      <d2p1:RelayWebService>true</d2p1:RelayWebService>
      <d2p1:RelayWebServiceTimeout>1</d2p1:RelayWebServiceTimeout>
      <d2p1:RelayWebServiceURI>sample string 18</d2p1:RelayWebServiceURI>
      <d2p1:ServerStatus>64</d2p1:ServerStatus>
    </d2p1:RelayInboundProfile>
    <d2p1:RelayInboundProfile>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:AlertEmailList>sample string 7</d2p1:AlertEmailList>
      <d2p1:ApplicationName>sample string 4</d2p1:ApplicationName>
      <d2p1:ClientActionRequest>64</d2p1:ClientActionRequest>
      <d2p1:LastHeartbeatDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastHeartbeatDateTime>
      <d2p1:LastTransactionDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastTransactionDateTime>
      <d2p1:LogLevel>sample string 6</d2p1:LogLevel>
      <d2p1:LogTransactionsToDB>true</d2p1:LogTransactionsToDB>
      <d2p1:PendingHeartbeatCommand>64</d2p1:PendingHeartbeatCommand>
      <d2p1:ProfileName>sample string 3</d2p1:ProfileName>
      <d2p1:ReceiveFile>true</d2p1:ReceiveFile>
      <d2p1:ReceiveFileExtension>sample string 12</d2p1:ReceiveFileExtension>
      <d2p1:ReceiveFileFolderPath>sample string 11</d2p1:ReceiveFileFolderPath>
      <d2p1:ReceiveFilePollingInterval>1</d2p1:ReceiveFilePollingInterval>
      <d2p1:ReceiveImmediateAck>true</d2p1:ReceiveImmediateAck>
      <d2p1:ReceivePort>1</d2p1:ReceivePort>
      <d2p1:ReceiveTCP>true</d2p1:ReceiveTCP>
      <d2p1:RelayAckTimeout>1</d2p1:RelayAckTimeout>
      <d2p1:RelayCustomerID>2</d2p1:RelayCustomerID>
      <d2p1:RelayFile>true</d2p1:RelayFile>
      <d2p1:RelayFileFolderPath>sample string 16</d2p1:RelayFileFolderPath>
      <d2p1:RelayIPAddress>sample string 14</d2p1:RelayIPAddress>
      <d2p1:RelayInboundProfileID>1</d2p1:RelayInboundProfileID>
      <d2p1:RelayPortNumber>1</d2p1:RelayPortNumber>
      <d2p1:RelayTCP>true</d2p1:RelayTCP>
      <d2p1:RelayWebService>true</d2p1:RelayWebService>
      <d2p1:RelayWebServiceTimeout>1</d2p1:RelayWebServiceTimeout>
      <d2p1:RelayWebServiceURI>sample string 18</d2p1:RelayWebServiceURI>
      <d2p1:ServerStatus>64</d2p1:ServerStatus>
    </d2p1:RelayInboundProfile>
  </InboundProfileList>
  <OutboundProfileList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interface.Relay.DataAccess">
    <d2p1:RelayOutboundProfile>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:AlertEmailList>sample string 7</d2p1:AlertEmailList>
      <d2p1:ApplicationName>sample string 4</d2p1:ApplicationName>
      <d2p1:ClientActionRequest>64</d2p1:ClientActionRequest>
      <d2p1:LastHeartbeatDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastHeartbeatDateTime>
      <d2p1:LastTransactionDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastTransactionDateTime>
      <d2p1:LogLevel>sample string 6</d2p1:LogLevel>
      <d2p1:PendingHeartbeatCommand>64</d2p1:PendingHeartbeatCommand>
      <d2p1:ProfileName>sample string 3</d2p1:ProfileName>
      <d2p1:RelayAckTimeout>1</d2p1:RelayAckTimeout>
      <d2p1:RelayCustomerID>2</d2p1:RelayCustomerID>
      <d2p1:RelayFile>true</d2p1:RelayFile>
      <d2p1:RelayFileFolderPath>sample string 12</d2p1:RelayFileFolderPath>
      <d2p1:RelayIPAddress>sample string 10</d2p1:RelayIPAddress>
      <d2p1:RelayOutboundProfileID>1</d2p1:RelayOutboundProfileID>
      <d2p1:RelayPortNumber>1</d2p1:RelayPortNumber>
      <d2p1:RelayTCP>true</d2p1:RelayTCP>
      <d2p1:ServerStatus>64</d2p1:ServerStatus>
      <d2p1:TransactionLimitPerRequest>1</d2p1:TransactionLimitPerRequest>
      <d2p1:WebServicePollingInterval>8</d2p1:WebServicePollingInterval>
    </d2p1:RelayOutboundProfile>
    <d2p1:RelayOutboundProfile>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:AlertEmailList>sample string 7</d2p1:AlertEmailList>
      <d2p1:ApplicationName>sample string 4</d2p1:ApplicationName>
      <d2p1:ClientActionRequest>64</d2p1:ClientActionRequest>
      <d2p1:LastHeartbeatDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastHeartbeatDateTime>
      <d2p1:LastTransactionDateTime>2024-09-19T01:18:32.9134371-04:00</d2p1:LastTransactionDateTime>
      <d2p1:LogLevel>sample string 6</d2p1:LogLevel>
      <d2p1:PendingHeartbeatCommand>64</d2p1:PendingHeartbeatCommand>
      <d2p1:ProfileName>sample string 3</d2p1:ProfileName>
      <d2p1:RelayAckTimeout>1</d2p1:RelayAckTimeout>
      <d2p1:RelayCustomerID>2</d2p1:RelayCustomerID>
      <d2p1:RelayFile>true</d2p1:RelayFile>
      <d2p1:RelayFileFolderPath>sample string 12</d2p1:RelayFileFolderPath>
      <d2p1:RelayIPAddress>sample string 10</d2p1:RelayIPAddress>
      <d2p1:RelayOutboundProfileID>1</d2p1:RelayOutboundProfileID>
      <d2p1:RelayPortNumber>1</d2p1:RelayPortNumber>
      <d2p1:RelayTCP>true</d2p1:RelayTCP>
      <d2p1:ServerStatus>64</d2p1:ServerStatus>
      <d2p1:TransactionLimitPerRequest>1</d2p1:TransactionLimitPerRequest>
      <d2p1:WebServicePollingInterval>8</d2p1:WebServicePollingInterval>
    </d2p1:RelayOutboundProfile>
  </OutboundProfileList>
</ProfileListResponseData>