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": "2025-10-27T06:55:06.130484Z"
},
{
"AgentID": 1,
"UpdatedOn": "2025-10-27T06:55:06.130484Z"
},
{
"AgentID": 1,
"UpdatedOn": "2025-10-27T06:55:06.130484Z"
}
]
application/xml, text/xml
Sample:
<ArrayOfAgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2025-10-27T06:55:06.130484+00:00</UpdatedOn>
</AgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2025-10-27T06:55:06.130484+00:00</UpdatedOn>
</AgentUpdateDTO>
<AgentUpdateDTO>
<AgentID>1</AgentID>
<UpdatedOn>2025-10-27T06:55:06.130484+00:00</UpdatedOn>
</AgentUpdateDTO>
</ArrayOfAgentUpdateDTO>