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-04-11T07:51:36Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-11T07:51:36Z",
"CreateDate": "2026-04-11T07:51:36Z",
"DisplayDate": "2026-04-11T07:51:36Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7eda3d6c-7a9a-46dd-ab4d-6809917b7f92",
"ManageUserID": "aa6d26c4-52be-4ffd-93e8-f61a9449f21c",
"ManageUserName": "sample string 9",
"CreateUserID": "cf608599-b314-4059-9b88-e3cd3a8375a5",
"CreateUserName": "sample string 11",
"EditUserID": "e91ad76f-622f-4305-b23f-d3a2afd1fd33",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"ecfe391e-ee25-46fc-a710-86e2568dc474",
"d764668a-dd1a-4ed7-b44b-8104c8ab281d"
],
"Companies": [
"5c226dea-bf9a-4672-91bc-93253e6775a1",
"f47cf594-bd18-4b54-b202-41f4d63b7d89"
],
"Groups": [
"3c83d7a1-92ff-4f20-b608-75fa0097d144",
"60cba35c-ab90-4b4b-9c00-945ca5dd8232"
],
"Opportunities": [
"256ee302-68cd-4705-9f99-8a7d89701cd3",
"338969e8-b37b-4a1d-99fd-29a6dc0d549a"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-04-11T07:51:36Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-11T07:51:36Z",
"CreateDate": "2026-04-11T07:51:36Z",
"DisplayDate": "2026-04-11T07:51:36Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7eda3d6c-7a9a-46dd-ab4d-6809917b7f92",
"ManageUserID": "aa6d26c4-52be-4ffd-93e8-f61a9449f21c",
"ManageUserName": "sample string 9",
"CreateUserID": "cf608599-b314-4059-9b88-e3cd3a8375a5",
"CreateUserName": "sample string 11",
"EditUserID": "e91ad76f-622f-4305-b23f-d3a2afd1fd33",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"ecfe391e-ee25-46fc-a710-86e2568dc474",
"d764668a-dd1a-4ed7-b44b-8104c8ab281d"
],
"Companies": [
"5c226dea-bf9a-4672-91bc-93253e6775a1",
"f47cf594-bd18-4b54-b202-41f4d63b7d89"
],
"Groups": [
"3c83d7a1-92ff-4f20-b608-75fa0097d144",
"60cba35c-ab90-4b4b-9c00-945ca5dd8232"
],
"Opportunities": [
"256ee302-68cd-4705-9f99-8a7d89701cd3",
"338969e8-b37b-4a1d-99fd-29a6dc0d549a"
]
}
}
]