Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
curl --request POST \ --url https://saas.pads365.com/rdx/NDS.Services.Engine/api/v1/engine/message \ --header 'Content-Type: application/json' \ --data ' { "Status": [], "Paging": { "Start": 123, "Items": 123 }, "Sorting": { "Descending": true } } '
{ "Succeeded": true, "Message": "<string>", "Code": "<string>", "Messages": [ { "Id": "<string>", "EngineMessage": { "Type": "<string>", "Message": "<unknown>" }, "TimeStamp": "2023-11-07T05:31:56Z", "Results": [ { "Success": true } ], "Errors": [ { "Ex": { "Message": "<string>", "InnerException": null, "Source": "<string>", "StackTrace": "<string>" }, "RuleId": "<string>" } ] } ] }
0
1
2
3
4
5
6
Show child attributes