GET api/v1/Agents/{AgentID}/Networks

Gets the list of AgentNetwork

Request Information

Parameters

NameDescriptionAdditional information
AgentID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "TheID": 1,
    "Network": {
      "Code": "sample string 2",
      "Name": "sample string 2 - sample string 3"
    },
    "RefNumber": "sample string 3",
    "ValidFrom": "2025-04-24T12:36:13.8335237Z",
    "ValidTo": "2025-04-24T12:36:13.8335237Z"
  },
  {
    "TheID": 1,
    "Network": {
      "Code": "sample string 2",
      "Name": "sample string 2 - sample string 3"
    },
    "RefNumber": "sample string 3",
    "ValidFrom": "2025-04-24T12:36:13.8335237Z",
    "ValidTo": "2025-04-24T12:36:13.8335237Z"
  },
  {
    "TheID": 1,
    "Network": {
      "Code": "sample string 2",
      "Name": "sample string 2 - sample string 3"
    },
    "RefNumber": "sample string 3",
    "ValidFrom": "2025-04-24T12:36:13.8335237Z",
    "ValidTo": "2025-04-24T12:36:13.8335237Z"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAgentNetworkDTO>
  <AgentNetworkDTO>
    <TheID>1</TheID>
    <Network>
      <Code>sample string 2</Code>
      <Name>sample string 2 - sample string 3</Name>
    </Network>
    <RefNumber>sample string 3</RefNumber>
    <ValidFrom>2025-04-24T12:36:13.8335237+00:00</ValidFrom>
    <ValidTo>2025-04-24T12:36:13.8335237+00:00</ValidTo>
  </AgentNetworkDTO>
  <AgentNetworkDTO>
    <TheID>1</TheID>
    <Network>
      <Code>sample string 2</Code>
      <Name>sample string 2 - sample string 3</Name>
    </Network>
    <RefNumber>sample string 3</RefNumber>
    <ValidFrom>2025-04-24T12:36:13.8335237+00:00</ValidFrom>
    <ValidTo>2025-04-24T12:36:13.8335237+00:00</ValidTo>
  </AgentNetworkDTO>
  <AgentNetworkDTO>
    <TheID>1</TheID>
    <Network>
      <Code>sample string 2</Code>
      <Name>sample string 2 - sample string 3</Name>
    </Network>
    <RefNumber>sample string 3</RefNumber>
    <ValidFrom>2025-04-24T12:36:13.8335237+00:00</ValidFrom>
    <ValidTo>2025-04-24T12:36:13.8335237+00:00</ValidTo>
  </AgentNetworkDTO>
</ArrayOfAgentNetworkDTO>