GET api/app/Schedule/GetScheduleNotes?ERPType={ERPType}&ERPCCID={ERPCCID}&ScheduleID={ScheduleID}&RequestId={RequestId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ERPType | string |
Required |
|
| ERPCCID | string |
Required |
|
| ScheduleID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModelOfListOfScheduleNote| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | Collection of ScheduleNote |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T07:28:02.5721341+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": [
{
"ID": "sample string 1",
"NoteText": "sample string 2",
"DateTimeStamp": "2026-02-17 07:28:02",
"SubmittedBy": "sample string 4",
"IsSubmittedByCurrentUser": true,
"SubmittedByImageURL": "sample string 6",
"IsRTL": true,
"ERPType": 0,
"ERPCCID": "sample string 8",
"Visibility": "sample string 9",
"TaskId": "sample string 10",
"CreatedDate": "sample string 11",
"LastModifiedDate": "sample string 12",
"SubmittedByFullName": "sample string 13"
},
{
"ID": "sample string 1",
"NoteText": "sample string 2",
"DateTimeStamp": "2026-02-17 07:28:02",
"SubmittedBy": "sample string 4",
"IsSubmittedByCurrentUser": true,
"SubmittedByImageURL": "sample string 6",
"IsRTL": true,
"ERPType": 0,
"ERPCCID": "sample string 8",
"Visibility": "sample string 9",
"TaskId": "sample string 10",
"CreatedDate": "sample string 11",
"LastModifiedDate": "sample string 12",
"SubmittedByFullName": "sample string 13"
}
]
}
application/xml, text/xml
Sample:
<ResponseModelOfArrayOfScheduleNoteGfGDKy70 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
<DataSet xmlns:d2p1="http://schemas.datacontract.org/2004/07/Central.API.DataProviders.Model">
<d2p1:ScheduleNote>
<d2p1:CreatedDate>sample string 11</d2p1:CreatedDate>
<d2p1:DateTimeStamp>2026-02-17T07:28:02.5721341+00:00</d2p1:DateTimeStamp>
<d2p1:ERPCCID>sample string 8</d2p1:ERPCCID>
<d2p1:ERPType>All</d2p1:ERPType>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:IsRTL>true</d2p1:IsRTL>
<d2p1:IsSubmittedByCurrentUser>true</d2p1:IsSubmittedByCurrentUser>
<d2p1:LastModifiedDate>sample string 12</d2p1:LastModifiedDate>
<d2p1:NoteText>sample string 2</d2p1:NoteText>
<d2p1:SubmittedBy>sample string 4</d2p1:SubmittedBy>
<d2p1:SubmittedByFullName>sample string 13</d2p1:SubmittedByFullName>
<d2p1:SubmittedByImageURL>sample string 6</d2p1:SubmittedByImageURL>
<d2p1:TaskId>sample string 10</d2p1:TaskId>
<d2p1:Visibility>sample string 9</d2p1:Visibility>
</d2p1:ScheduleNote>
<d2p1:ScheduleNote>
<d2p1:CreatedDate>sample string 11</d2p1:CreatedDate>
<d2p1:DateTimeStamp>2026-02-17T07:28:02.5721341+00:00</d2p1:DateTimeStamp>
<d2p1:ERPCCID>sample string 8</d2p1:ERPCCID>
<d2p1:ERPType>All</d2p1:ERPType>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:IsRTL>true</d2p1:IsRTL>
<d2p1:IsSubmittedByCurrentUser>true</d2p1:IsSubmittedByCurrentUser>
<d2p1:LastModifiedDate>sample string 12</d2p1:LastModifiedDate>
<d2p1:NoteText>sample string 2</d2p1:NoteText>
<d2p1:SubmittedBy>sample string 4</d2p1:SubmittedBy>
<d2p1:SubmittedByFullName>sample string 13</d2p1:SubmittedByFullName>
<d2p1:SubmittedByImageURL>sample string 6</d2p1:SubmittedByImageURL>
<d2p1:TaskId>sample string 10</d2p1:TaskId>
<d2p1:Visibility>sample string 9</d2p1:Visibility>
</d2p1:ScheduleNote>
</DataSet>
<ResponseCode>NoDataFound</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
<ResponsePermission>sample string 3</ResponsePermission>
<ResponseTime>2026-02-17T07:28:02.5721341+00:00</ResponseTime>
</ResponseModelOfArrayOfScheduleNoteGfGDKy70>