GET api/CustomerNote?ApiToken={ApiToken}&CustomerID={CustomerID}
Get Customer Note
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ApiToken | string |
None. |
|
CustomerID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
CustomerNoteResponseDataModelName | Description | Type | Additional information |
---|---|---|---|
CustomerNotes | Collection of CustomerNoteCommentsDataModel |
None. |
|
ReturnID | integer |
Required |
|
Message | string |
Required |
|
Successful | boolean |
Required |
|
Code | integer |
None. |
|
TotalRecord | integer |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "customerNotes": [ { "id": 1, "customerID": 2, "note": "sample string 3", "addedDate": "2025-07-17T04:07:08.7456608+00:00", "dayName": "sample string 5", "date": "sample string 6", "time": "sample string 7", "name": "sample string 8", "addedBy": 9, "noteCommentsFiles": [ { "commentFileID": 1, "customerID": 2, "commentID": 3, "actualFileName": "sample string 4", "renamedFileName": "sample string 5", "isActive": 6, "isDeleted": 7, "addedBy": 8, "addedDate": "2025-07-17T04:07:08.7456608+00:00", "modifiedBy": 9, "modifiedDate": "2025-07-17T04:07:08.7456608+00:00", "downloadPath": "sample string 10" }, { "commentFileID": 1, "customerID": 2, "commentID": 3, "actualFileName": "sample string 4", "renamedFileName": "sample string 5", "isActive": 6, "isDeleted": 7, "addedBy": 8, "addedDate": "2025-07-17T04:07:08.7456608+00:00", "modifiedBy": 9, "modifiedDate": "2025-07-17T04:07:08.7456608+00:00", "downloadPath": "sample string 10" } ], "taggedUsers": [ { "noteID": 1, "userID": 2, "sourceID": 1, "taggedUserName": "sample string 3", "taskID": 1 }, { "noteID": 1, "userID": 2, "sourceID": 1, "taggedUserName": "sample string 3", "taskID": 1 } ] }, { "id": 1, "customerID": 2, "note": "sample string 3", "addedDate": "2025-07-17T04:07:08.7456608+00:00", "dayName": "sample string 5", "date": "sample string 6", "time": "sample string 7", "name": "sample string 8", "addedBy": 9, "noteCommentsFiles": [ { "commentFileID": 1, "customerID": 2, "commentID": 3, "actualFileName": "sample string 4", "renamedFileName": "sample string 5", "isActive": 6, "isDeleted": 7, "addedBy": 8, "addedDate": "2025-07-17T04:07:08.7456608+00:00", "modifiedBy": 9, "modifiedDate": "2025-07-17T04:07:08.7456608+00:00", "downloadPath": "sample string 10" }, { "commentFileID": 1, "customerID": 2, "commentID": 3, "actualFileName": "sample string 4", "renamedFileName": "sample string 5", "isActive": 6, "isDeleted": 7, "addedBy": 8, "addedDate": "2025-07-17T04:07:08.7456608+00:00", "modifiedBy": 9, "modifiedDate": "2025-07-17T04:07:08.7456608+00:00", "downloadPath": "sample string 10" } ], "taggedUsers": [ { "noteID": 1, "userID": 2, "sourceID": 1, "taggedUserName": "sample string 3", "taskID": 1 }, { "noteID": 1, "userID": 2, "sourceID": 1, "taggedUserName": "sample string 3", "taskID": 1 } ] } ], "returnID": 1, "message": "sample string 2", "successful": true, "code": 4, "totalRecord": 5 }
application/xml, text/xml
Sample:
<CustomerNoteResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"> <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code> <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message> <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID> <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful> <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord> <CustomerNotes> <CustomerNoteCommentsDataModel> <AddedBy>9</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CustomerID>2</CustomerID> <Date>sample string 6</Date> <DayName>sample string 5</DayName> <ID>1</ID> <Name>sample string 8</Name> <Note>sample string 3</Note> <NoteCommentsFiles> <CustomerNoteCommentsFilesDataModel> <ActualFileName>sample string 4</ActualFileName> <AddedBy>8</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CommentFileID>1</CommentFileID> <CommentID>3</CommentID> <CustomerID>2</CustomerID> <DownloadPath>sample string 10</DownloadPath> <IsActive>6</IsActive> <IsDeleted>7</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate> <RenamedFileName>sample string 5</RenamedFileName> </CustomerNoteCommentsFilesDataModel> <CustomerNoteCommentsFilesDataModel> <ActualFileName>sample string 4</ActualFileName> <AddedBy>8</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CommentFileID>1</CommentFileID> <CommentID>3</CommentID> <CustomerID>2</CustomerID> <DownloadPath>sample string 10</DownloadPath> <IsActive>6</IsActive> <IsDeleted>7</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate> <RenamedFileName>sample string 5</RenamedFileName> </CustomerNoteCommentsFilesDataModel> </NoteCommentsFiles> <TaggedUsers> <NoteTaggedUserDM> <NoteID>1</NoteID> <SourceID>1</SourceID> <TaggedUserName>sample string 3</TaggedUserName> <TaskID>1</TaskID> <UserID>2</UserID> </NoteTaggedUserDM> <NoteTaggedUserDM> <NoteID>1</NoteID> <SourceID>1</SourceID> <TaggedUserName>sample string 3</TaggedUserName> <TaskID>1</TaskID> <UserID>2</UserID> </NoteTaggedUserDM> </TaggedUsers> <Time>sample string 7</Time> </CustomerNoteCommentsDataModel> <CustomerNoteCommentsDataModel> <AddedBy>9</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CustomerID>2</CustomerID> <Date>sample string 6</Date> <DayName>sample string 5</DayName> <ID>1</ID> <Name>sample string 8</Name> <Note>sample string 3</Note> <NoteCommentsFiles> <CustomerNoteCommentsFilesDataModel> <ActualFileName>sample string 4</ActualFileName> <AddedBy>8</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CommentFileID>1</CommentFileID> <CommentID>3</CommentID> <CustomerID>2</CustomerID> <DownloadPath>sample string 10</DownloadPath> <IsActive>6</IsActive> <IsDeleted>7</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate> <RenamedFileName>sample string 5</RenamedFileName> </CustomerNoteCommentsFilesDataModel> <CustomerNoteCommentsFilesDataModel> <ActualFileName>sample string 4</ActualFileName> <AddedBy>8</AddedBy> <AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate> <CommentFileID>1</CommentFileID> <CommentID>3</CommentID> <CustomerID>2</CustomerID> <DownloadPath>sample string 10</DownloadPath> <IsActive>6</IsActive> <IsDeleted>7</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate> <RenamedFileName>sample string 5</RenamedFileName> </CustomerNoteCommentsFilesDataModel> </NoteCommentsFiles> <TaggedUsers> <NoteTaggedUserDM> <NoteID>1</NoteID> <SourceID>1</SourceID> <TaggedUserName>sample string 3</TaggedUserName> <TaskID>1</TaskID> <UserID>2</UserID> </NoteTaggedUserDM> <NoteTaggedUserDM> <NoteID>1</NoteID> <SourceID>1</SourceID> <TaggedUserName>sample string 3</TaggedUserName> <TaskID>1</TaskID> <UserID>2</UserID> </NoteTaggedUserDM> </TaggedUsers> <Time>sample string 7</Time> </CustomerNoteCommentsDataModel> </CustomerNotes> </CustomerNoteResponseDataModel>
multipart/form-data
Sample:
<CustomerNoteResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord><CustomerNotes><CustomerNoteCommentsDataModel><AddedBy>9</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CustomerID>2</CustomerID><Date>sample string 6</Date><DayName>sample string 5</DayName><ID>1</ID><Name>sample string 8</Name><Note>sample string 3</Note><NoteCommentsFiles><CustomerNoteCommentsFilesDataModel><ActualFileName>sample string 4</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CommentFileID>1</CommentFileID><CommentID>3</CommentID><CustomerID>2</CustomerID><DownloadPath>sample string 10</DownloadPath><IsActive>6</IsActive><IsDeleted>7</IsDeleted><ModifiedBy>9</ModifiedBy><ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate><RenamedFileName>sample string 5</RenamedFileName></CustomerNoteCommentsFilesDataModel><CustomerNoteCommentsFilesDataModel><ActualFileName>sample string 4</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CommentFileID>1</CommentFileID><CommentID>3</CommentID><CustomerID>2</CustomerID><DownloadPath>sample string 10</DownloadPath><IsActive>6</IsActive><IsDeleted>7</IsDeleted><ModifiedBy>9</ModifiedBy><ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate><RenamedFileName>sample string 5</RenamedFileName></CustomerNoteCommentsFilesDataModel></NoteCommentsFiles><TaggedUsers><NoteTaggedUserDM><NoteID>1</NoteID><SourceID>1</SourceID><TaggedUserName>sample string 3</TaggedUserName><TaskID>1</TaskID><UserID>2</UserID></NoteTaggedUserDM><NoteTaggedUserDM><NoteID>1</NoteID><SourceID>1</SourceID><TaggedUserName>sample string 3</TaggedUserName><TaskID>1</TaskID><UserID>2</UserID></NoteTaggedUserDM></TaggedUsers><Time>sample string 7</Time></CustomerNoteCommentsDataModel><CustomerNoteCommentsDataModel><AddedBy>9</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CustomerID>2</CustomerID><Date>sample string 6</Date><DayName>sample string 5</DayName><ID>1</ID><Name>sample string 8</Name><Note>sample string 3</Note><NoteCommentsFiles><CustomerNoteCommentsFilesDataModel><ActualFileName>sample string 4</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CommentFileID>1</CommentFileID><CommentID>3</CommentID><CustomerID>2</CustomerID><DownloadPath>sample string 10</DownloadPath><IsActive>6</IsActive><IsDeleted>7</IsDeleted><ModifiedBy>9</ModifiedBy><ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate><RenamedFileName>sample string 5</RenamedFileName></CustomerNoteCommentsFilesDataModel><CustomerNoteCommentsFilesDataModel><ActualFileName>sample string 4</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:07:08.7456608+00:00</AddedDate><CommentFileID>1</CommentFileID><CommentID>3</CommentID><CustomerID>2</CustomerID><DownloadPath>sample string 10</DownloadPath><IsActive>6</IsActive><IsDeleted>7</IsDeleted><ModifiedBy>9</ModifiedBy><ModifiedDate>2025-07-17T04:07:08.7456608+00:00</ModifiedDate><RenamedFileName>sample string 5</RenamedFileName></CustomerNoteCommentsFilesDataModel></NoteCommentsFiles><TaggedUsers><NoteTaggedUserDM><NoteID>1</NoteID><SourceID>1</SourceID><TaggedUserName>sample string 3</TaggedUserName><TaskID>1</TaskID><UserID>2</UserID></NoteTaggedUserDM><NoteTaggedUserDM><NoteID>1</NoteID><SourceID>1</SourceID><TaggedUserName>sample string 3</TaggedUserName><TaskID>1</TaskID><UserID>2</UserID></NoteTaggedUserDM></TaggedUsers><Time>sample string 7</Time></CustomerNoteCommentsDataModel></CustomerNotes></CustomerNoteResponseDataModel>