Body
application/json
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"
}
]
}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"
}
]
}