curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Engine/api/v1/engine/message \
--header 'Content-Type: application/json' \
--data '{
"Status": [
0
],
"Paging": {
"Start": 123,
"Items": 123
},
"Sorting": {
"Descending": true
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Messages": [
{
"Id": "<string>",
"EngineMessage": {
"Type": "<string>",
"Message": "<any>"
},
"TimeStamp": "2023-11-07T05:31:56Z",
"StatusRaw": 0,
"Status": "Initial",
"Results": [
{
"Success": true
}
],
"Errors": [
{
"Ex": {
"Message": "<string>",
"InnerException": {},
"Source": "<string>",
"StackTrace": "<string>"
},
"RuleId": "<string>"
}
]
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Engine/api/v1/engine/message \
--header 'Content-Type: application/json' \
--data '{
"Status": [
0
],
"Paging": {
"Start": 123,
"Items": 123
},
"Sorting": {
"Descending": true
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Messages": [
{
"Id": "<string>",
"EngineMessage": {
"Type": "<string>",
"Message": "<any>"
},
"TimeStamp": "2023-11-07T05:31:56Z",
"StatusRaw": 0,
"Status": "Initial",
"Results": [
{
"Success": true
}
],
"Errors": [
{
"Ex": {
"Message": "<string>",
"InnerException": {},
"Source": "<string>",
"StackTrace": "<string>"
},
"RuleId": "<string>"
}
]
}
]
}
The response is of type object
.