POST
/
api
/
v1
/
Viewer
/
GetViewerLogs
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/GetViewerLogs \
  --header 'Content-Type: application/json' \
  --data '{
  "ViewerIds": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Data": [
    {
      "ViewerId": "<string>",
      "Entries": [
        {
          "TimeStamp": "<string>",
          "EventType": "<string>",
          "Application": "<string>",
          "Identification": "<string>",
          "Message": "<string>",
          "Exception": "<string>"
        }
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.