cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Schedule \
--header 'Content-Type: application/json' \
--data '
{
"Filter": {
"SearchString": "<string>",
"Destinations": [
"<string>"
],
"ScheduleIds": [
"<string>"
],
"StartTime": "2023-11-07T05:31:56Z",
"EndTime": "2023-11-07T05:31:56Z",
"ScheduleTypeFilter": []
},
"Sorting": {
"Descending": true
},
"Paging": {
"Start": 123,
"Items": 123
}
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Schedules": [
{
"Id": "<string>",
"ContentId": "<string>",
"DestinationId": "<string>",
"PeriodId": "<string>",
"PriorityId": "<string>",
"Priority": {
"Id": "<string>",
"Name": "<string>",
"Color": "<string>",
"CanSchedule": true,
"Order": 123,
"IsDefault": true
},
"Destination": {
"Id": "<string>",
"Name": "<string>"
},
"Name": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"EndDate": "2023-11-07T05:31:56Z",
"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,
"Presentations": [
{
"FileName": "<string>",
"Name": "<string>",
"Data": "aSDinaTvuI8gbWludGxpZnk="
}
],
"IsMessage": true,
"Weight": 123,
"MergeMode": true
}
],
"TotalItems": 123
}Schedule
Post apiv1viewerschedule
POST
/
api
/
v1
/
Viewer
/
Schedule
cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Schedule \
--header 'Content-Type: application/json' \
--data '
{
"Filter": {
"SearchString": "<string>",
"Destinations": [
"<string>"
],
"ScheduleIds": [
"<string>"
],
"StartTime": "2023-11-07T05:31:56Z",
"EndTime": "2023-11-07T05:31:56Z",
"ScheduleTypeFilter": []
},
"Sorting": {
"Descending": true
},
"Paging": {
"Start": 123,
"Items": 123
}
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Schedules": [
{
"Id": "<string>",
"ContentId": "<string>",
"DestinationId": "<string>",
"PeriodId": "<string>",
"PriorityId": "<string>",
"Priority": {
"Id": "<string>",
"Name": "<string>",
"Color": "<string>",
"CanSchedule": true,
"Order": 123,
"IsDefault": true
},
"Destination": {
"Id": "<string>",
"Name": "<string>"
},
"Name": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"EndDate": "2023-11-07T05:31:56Z",
"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,
"Presentations": [
{
"FileName": "<string>",
"Name": "<string>",
"Data": "aSDinaTvuI8gbWludGxpZnk="
}
],
"IsMessage": true,
"Weight": 123,
"MergeMode": true
}
],
"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

