GET api/Notes/{id}?mainEntityType={mainEntityType}
Get all Histories linked to a main entity record. Supported Headers: Filter, Take, Skip, Sort, SortDesc, SelectField, IncludeLink, DetailFormat
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the main entity record |
globally unique identifier |
Required |
| mainEntityType | MainEntityType |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Note| Name | Description | Type | Additional information |
|---|---|---|---|
| HasAttachment | boolean |
None. |
|
| Attachment | Attachment |
None. |
|
| EditDate |
SQL Column Name: [EDIT_DATE] |
date |
None. |
| CreateDate |
SQL Column Name: [CREATE_DATE] |
date |
None. |
| DisplayDate |
SQL Column Name: [NOTE_DATE] |
date |
None. |
| NoteText |
SQL Column Name: [NOTE] |
string |
None. |
| NoteTypeID |
SQL Column Name: [NOTETYPEID] |
integer |
None. |
| ID |
SQL Column Name: [NOTEID] |
globally unique identifier |
None. |
| ManageUserID | globally unique identifier |
None. |
|
| ManageUserName |
SQL Column Name: [RECORD_MANAGER] |
string |
None. |
| CreateUserID | globally unique identifier |
None. |
|
| CreateUserName |
SQL Column Name: [RECORD_CREATOR] |
string |
None. |
| EditUserID | globally unique identifier |
None. |
|
| EditUserName |
SQL Column Name: [LAST_EDITED_BY] |
string |
None. |
| IsPrivate |
SQL Column Name: [PRIVATE] |
boolean |
None. |
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-09T18:10:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-09T18:10:48Z",
"CreateDate": "2026-03-09T18:10:48Z",
"DisplayDate": "2026-03-09T18:10:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "eb05c002-82ba-4fc9-82fa-018a6a08b69d",
"ManageUserID": "88def7eb-97da-4f6f-a8d4-27ac2bd2a4e8",
"ManageUserName": "sample string 9",
"CreateUserID": "21cd6570-e734-4736-9752-1fb21a56c30f",
"CreateUserName": "sample string 11",
"EditUserID": "70a9f7b8-0544-4908-b141-81d17efb013c",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"af7d7133-81cf-44c2-890e-aa055d584e64",
"04f83ce6-af9b-46a1-8779-cd639910e635"
],
"Companies": [
"1c68db9c-10ae-4159-9fbf-0ed0d21d7606",
"b58b7f48-864b-4cba-8879-8e7dafac7e4e"
],
"Groups": [
"94882359-ce3e-47da-978f-f65e51029a3f",
"d70173af-9dcf-45a2-a498-764f5e7b425f"
],
"Opportunities": [
"d685037b-84f7-473c-bad2-a2a4c6788f8a",
"a820aae7-2732-4efd-bb4f-9ea3b9ca5d97"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-09T18:10:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-09T18:10:48Z",
"CreateDate": "2026-03-09T18:10:48Z",
"DisplayDate": "2026-03-09T18:10:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "eb05c002-82ba-4fc9-82fa-018a6a08b69d",
"ManageUserID": "88def7eb-97da-4f6f-a8d4-27ac2bd2a4e8",
"ManageUserName": "sample string 9",
"CreateUserID": "21cd6570-e734-4736-9752-1fb21a56c30f",
"CreateUserName": "sample string 11",
"EditUserID": "70a9f7b8-0544-4908-b141-81d17efb013c",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"af7d7133-81cf-44c2-890e-aa055d584e64",
"04f83ce6-af9b-46a1-8779-cd639910e635"
],
"Companies": [
"1c68db9c-10ae-4159-9fbf-0ed0d21d7606",
"b58b7f48-864b-4cba-8879-8e7dafac7e4e"
],
"Groups": [
"94882359-ce3e-47da-978f-f65e51029a3f",
"d70173af-9dcf-45a2-a498-764f5e7b425f"
],
"Opportunities": [
"d685037b-84f7-473c-bad2-a2a4c6788f8a",
"a820aae7-2732-4efd-bb4f-9ea3b9ca5d97"
]
}
}
]