GET api/v1/Agents/{AgentID}/Notifications/{EventID}

Request Information

Parameters

NameDescriptionAdditional 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-24T12:20:27.3571615Z",
    "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"
  }
}