GET api/v1/Agents/{timestamp}
GetAgentUpdates
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| timestamp |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"AgentID": 1,
"UpdatedOn": "2026-01-27T14:40:40.6547211Z"
},
{
"AgentID": 1,
"UpdatedOn": "2026-01-27T14:40:40.6547211Z"
},
{
"AgentID": 1,
"UpdatedOn": "2026-01-27T14:40:40.6547211Z"
}
]
application/xml, text/xml
Sample:
<ArrayOfAgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2026-01-27T14:40:40.6547211+00:00</UpdatedOn>
</AgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2026-01-27T14:40:40.6547211+00:00</UpdatedOn>
</AgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2026-01-27T14:40:40.6547211+00:00</UpdatedOn>
</AgentUpdateDTO>
</ArrayOfAgentUpdateDTO>