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-16T03:44:23Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-16T03:44:23Z",
"CreateDate": "2026-03-16T03:44:23Z",
"DisplayDate": "2026-03-16T03:44:23Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "786dde53-ceaa-4ba8-8979-a128975b0da6",
"ManageUserID": "a1aaa588-fdf3-4edd-9bfb-8b2941ef413f",
"ManageUserName": "sample string 9",
"CreateUserID": "82c6d466-e11b-4b37-b33e-3e78c0d68b88",
"CreateUserName": "sample string 11",
"EditUserID": "33dee58a-c6ea-4ead-bbfd-32a907d40d6e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b7523b15-d6af-4d93-9e0e-c92d64ac8cd1",
"fd977392-70d7-42f5-b0b3-4319dcb3c510"
],
"Companies": [
"9f84fa10-deb8-49a9-b5b7-125a706324b6",
"17631216-a097-4619-9d2b-7ba4ebcf75c2"
],
"Groups": [
"b10af96a-7652-47ef-a513-fccaffa74807",
"f63ad3a5-4b41-4d35-95f1-80efe99b34ea"
],
"Opportunities": [
"1bec80f1-f8b5-44b4-a6ff-bc645b3d401d",
"d3676635-5a29-4547-bbfb-2a6494b6612f"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-16T03:44:23Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-16T03:44:23Z",
"CreateDate": "2026-03-16T03:44:23Z",
"DisplayDate": "2026-03-16T03:44:23Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "786dde53-ceaa-4ba8-8979-a128975b0da6",
"ManageUserID": "a1aaa588-fdf3-4edd-9bfb-8b2941ef413f",
"ManageUserName": "sample string 9",
"CreateUserID": "82c6d466-e11b-4b37-b33e-3e78c0d68b88",
"CreateUserName": "sample string 11",
"EditUserID": "33dee58a-c6ea-4ead-bbfd-32a907d40d6e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b7523b15-d6af-4d93-9e0e-c92d64ac8cd1",
"fd977392-70d7-42f5-b0b3-4319dcb3c510"
],
"Companies": [
"9f84fa10-deb8-49a9-b5b7-125a706324b6",
"17631216-a097-4619-9d2b-7ba4ebcf75c2"
],
"Groups": [
"b10af96a-7652-47ef-a513-fccaffa74807",
"f63ad3a5-4b41-4d35-95f1-80efe99b34ea"
],
"Opportunities": [
"1bec80f1-f8b5-44b4-a6ff-bc645b3d401d",
"d3676635-5a29-4547-bbfb-2a6494b6612f"
]
}
}
]