Skip to main content
POST
/
api
/
v1
/
diagnostics
/
events
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Process/api/v1/diagnostics/events \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "UserId": "<string>",
    "Pads4UserId": "<string>",
    "Domain": "<string>",
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "SecondaryIdentities": [
      "<string>"
    ],
    "ImpersonationId": "<string>"
  },
  "TypeFilter": [
    "<string>"
  ],
  "DataFilter": [
    "<string>"
  ],
  "From": "2023-11-07T05:31:56Z",
  "To": "2023-11-07T05:31:56Z",
  "Limit": 123,
  "Offset": 123
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Events": [
    {
      "Source": "<string>",
      "EventType": "<string>",
      "EventData": "<string>",
      "TimeStamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Body

application/json
TypeFilter
string[] | null
DataFilter
string[] | null
From
string<date-time> | null
To
string<date-time> | null
Limit
integer | null
Offset
integer | null
Context
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Events
object[] | null