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-04-24T12:20:27.1540532Z" }, { "AgentID": 1, "UpdatedOn": "2025-04-24T12:20:27.1540532Z" }, { "AgentID": 1, "UpdatedOn": "2025-04-24T12:20:27.1540532Z" } ]
application/xml, text/xml
Sample:
<ArrayOfAgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-04-24T12:20:27.1540532+00:00</UpdatedOn> </AgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-04-24T12:20:27.1540532+00:00</UpdatedOn> </AgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-04-24T12:20:27.1540532+00:00</UpdatedOn> </AgentUpdateDTO> </ArrayOfAgentUpdateDTO>