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-05-05T14:25:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-05-05T14:25:48Z",
"CreateDate": "2026-05-05T14:25:48Z",
"DisplayDate": "2026-05-05T14:25:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "9e124c98-4210-4662-87a7-9ba8f9934b85",
"ManageUserID": "b75f232a-ba9d-42e6-8ddd-c150091f1b28",
"ManageUserName": "sample string 9",
"CreateUserID": "c810708d-0977-4134-b80c-9aeb2e5d7bfd",
"CreateUserName": "sample string 11",
"EditUserID": "65af72f2-84fe-471b-857b-01496fefa595",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b8089bd2-a4df-4dfe-a95d-727697d88739",
"3ee52d4f-404c-462b-8c28-f134bec6150a"
],
"Companies": [
"881e555e-717c-467d-b9a3-8b4e8c202c85",
"006ee814-9c3c-46bd-b7f3-aa053be48636"
],
"Groups": [
"3fa78983-f45d-4223-a78b-b40fb63f5fb8",
"5810971c-a9cb-4df7-ae59-616a6da79be8"
],
"Opportunities": [
"6c6304fc-8b42-4c0e-bd98-028a4429c15a",
"ac608339-92ac-4c4d-a08a-28d5ed94a64a"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-05-05T14:25:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-05-05T14:25:48Z",
"CreateDate": "2026-05-05T14:25:48Z",
"DisplayDate": "2026-05-05T14:25:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "9e124c98-4210-4662-87a7-9ba8f9934b85",
"ManageUserID": "b75f232a-ba9d-42e6-8ddd-c150091f1b28",
"ManageUserName": "sample string 9",
"CreateUserID": "c810708d-0977-4134-b80c-9aeb2e5d7bfd",
"CreateUserName": "sample string 11",
"EditUserID": "65af72f2-84fe-471b-857b-01496fefa595",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b8089bd2-a4df-4dfe-a95d-727697d88739",
"3ee52d4f-404c-462b-8c28-f134bec6150a"
],
"Companies": [
"881e555e-717c-467d-b9a3-8b4e8c202c85",
"006ee814-9c3c-46bd-b7f3-aa053be48636"
],
"Groups": [
"3fa78983-f45d-4223-a78b-b40fb63f5fb8",
"5810971c-a9cb-4df7-ae59-616a6da79be8"
],
"Opportunities": [
"6c6304fc-8b42-4c0e-bd98-028a4429c15a",
"ac608339-92ac-4c4d-a08a-28d5ed94a64a"
]
}
}
]