POST api/GetScheduleNotificationsListNew
Request Information
URI Parameters
None.
Body Parameters
SchedulerInputParams| Name | Description | Type | Additional information |
|---|---|---|---|
| SchedulerView | string |
None. |
|
| SchedulerDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchedulerView": "sample string 1",
"SchedulerDate": "2026-06-18T03:56:17.4433899-04:00"
}
application/xml, text/xml
Sample:
<SchedulerInputParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <SchedulerDate>2026-06-18T03:56:17.4433899-04:00</SchedulerDate> <SchedulerView>sample string 1</SchedulerView> </SchedulerInputParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ADMNotificationScheduleNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Subject | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Location | string |
None. |
|
| IsAllDay | boolean |
None. |
|
| CategoryColor | string |
None. |
|
| Description | string |
None. |
|
| RowStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Subject": "sample string 2",
"StartTime": "2026-06-18T03:56:17.7558902-04:00",
"EndTime": "2026-06-18T03:56:17.7558902-04:00",
"Location": "sample string 3",
"IsAllDay": true,
"CategoryColor": "sample string 5",
"Description": "sample string 6",
"RowStatus": "sample string 7"
},
{
"Id": 1,
"Subject": "sample string 2",
"StartTime": "2026-06-18T03:56:17.7558902-04:00",
"EndTime": "2026-06-18T03:56:17.7558902-04:00",
"Location": "sample string 3",
"IsAllDay": true,
"CategoryColor": "sample string 5",
"Description": "sample string 6",
"RowStatus": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfADMNotificationScheduleNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ADMNotificationScheduleNew>
<CategoryColor>sample string 5</CategoryColor>
<Description>sample string 6</Description>
<EndTime>2026-06-18T03:56:17.7558902-04:00</EndTime>
<Id>1</Id>
<IsAllDay>true</IsAllDay>
<Location>sample string 3</Location>
<RowStatus>sample string 7</RowStatus>
<StartTime>2026-06-18T03:56:17.7558902-04:00</StartTime>
<Subject>sample string 2</Subject>
</ADMNotificationScheduleNew>
<ADMNotificationScheduleNew>
<CategoryColor>sample string 5</CategoryColor>
<Description>sample string 6</Description>
<EndTime>2026-06-18T03:56:17.7558902-04:00</EndTime>
<Id>1</Id>
<IsAllDay>true</IsAllDay>
<Location>sample string 3</Location>
<RowStatus>sample string 7</RowStatus>
<StartTime>2026-06-18T03:56:17.7558902-04:00</StartTime>
<Subject>sample string 2</Subject>
</ADMNotificationScheduleNew>
</ArrayOfADMNotificationScheduleNew>