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-07-26T06:33:11.6413793Z" }, { "AgentID": 1, "UpdatedOn": "2025-07-26T06:33:11.6413793Z" }, { "AgentID": 1, "UpdatedOn": "2025-07-26T06:33:11.6413793Z" } ]
application/xml, text/xml
Sample:
<ArrayOfAgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-07-26T06:33:11.6413793+00:00</UpdatedOn> </AgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-07-26T06:33:11.6413793+00:00</UpdatedOn> </AgentUpdateDTO> <AgentUpdateDTO> <AgentID>1</AgentID> <UpdatedOn>2025-07-26T06:33:11.6413793+00:00</UpdatedOn> </AgentUpdateDTO> </ArrayOfAgentUpdateDTO>