GET api/v1/Agents/{AgentID}/Notifications/{EventID}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AgentID |
Define this parameter in the request URI. |
|
EventID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "EventID": 2, "Status": { "Type": "sample string 1", "Code": "sample string 2", "Name": "sample string 3", "DateTime": "2025-04-25T13:49:53.2927643Z", "Data": null }, "From": { "AgentID": 1, "AgentName": "sample string 2", "Country": "sample string 3", "City": "sample string 4" }, "To": { "AgentID": 1, "AgentName": "sample string 2", "Country": "sample string 3", "City": "sample string 4" } }