cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message \
--header 'Content-Type: application/json' \
--data '
{
"Filter": {
"SearchString": "<string>",
"Destinations": [
"<string>"
],
"StartTime": "2023-11-07T05:31:56Z",
"EndTime": "2023-11-07T05:31:56Z",
"TemplateIds": [
"<string>"
],
"UserIds": [
"<string>"
],
"IncludeInvisible": true,
"IncludeDeleted": true,
"MessageIds": [
"<string>"
]
},
"Sorting": {
"Descending": true
},
"Paging": {
"Start": 123,
"Items": 123
}
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Messages": [
{
"Name": "<string>",
"TemplateId": "<string>",
"Id": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"EndDate": "2023-11-07T05:31:56Z",
"Destinations": [
"<string>"
],
"OccurenceCount": 123,
"Occurrence": {
"StartTime": "<string>",
"EndTime": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"RecurrenceExceptions": [
{
"Id": "<string>",
"PeriodId": "<string>",
"OldStartDateTime": "2023-11-07T05:31:56Z",
"NewStartDateTime": "2023-11-07T05:31:56Z",
"NewEndDateTime": "2023-11-07T05:31:56Z"
}
]
},
"Days": {
"Monday": true,
"Tuesday": true,
"Wednesday": true,
"Thursday": true,
"Friday": true,
"Saturday": true,
"Sunday": true
},
"InternalInterval": 123,
"InternalNumber": 123,
"InternalPattern": 123,
"Weight": 123,
"TemplateWeight": 123,
"Invisible": true,
"Description": "<string>",
"UserId": "<string>",
"DisabledByTemplate": true,
"Permissions": "<string>",
"Deleted": "2023-11-07T05:31:56Z",
"Metadata": null,
"Priority": "<string>"
}
],
"TotalItems": 123
}Message
Post apiv1cmsmessage
POST
/
api
/
v1
/
cms
/
message
cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message \
--header 'Content-Type: application/json' \
--data '
{
"Filter": {
"SearchString": "<string>",
"Destinations": [
"<string>"
],
"StartTime": "2023-11-07T05:31:56Z",
"EndTime": "2023-11-07T05:31:56Z",
"TemplateIds": [
"<string>"
],
"UserIds": [
"<string>"
],
"IncludeInvisible": true,
"IncludeDeleted": true,
"MessageIds": [
"<string>"
]
},
"Sorting": {
"Descending": true
},
"Paging": {
"Start": 123,
"Items": 123
}
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Messages": [
{
"Name": "<string>",
"TemplateId": "<string>",
"Id": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"EndDate": "2023-11-07T05:31:56Z",
"Destinations": [
"<string>"
],
"OccurenceCount": 123,
"Occurrence": {
"StartTime": "<string>",
"EndTime": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"RecurrenceExceptions": [
{
"Id": "<string>",
"PeriodId": "<string>",
"OldStartDateTime": "2023-11-07T05:31:56Z",
"NewStartDateTime": "2023-11-07T05:31:56Z",
"NewEndDateTime": "2023-11-07T05:31:56Z"
}
]
},
"Days": {
"Monday": true,
"Tuesday": true,
"Wednesday": true,
"Thursday": true,
"Friday": true,
"Saturday": true,
"Sunday": true
},
"InternalInterval": 123,
"InternalNumber": 123,
"InternalPattern": 123,
"Weight": 123,
"TemplateWeight": 123,
"Invisible": true,
"Description": "<string>",
"UserId": "<string>",
"DisabledByTemplate": true,
"Permissions": "<string>",
"Deleted": "2023-11-07T05:31:56Z",
"Metadata": null,
"Priority": "<string>"
}
],
"TotalItems": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.pads4.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

