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-01-14T05:20:22Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-14T05:20:22Z",
"CreateDate": "2026-01-14T05:20:22Z",
"DisplayDate": "2026-01-14T05:20:22Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "6260619c-4a54-4a74-8696-f11fc5843c40",
"ManageUserID": "93c508e8-735a-4946-8a8d-c7f8c282393d",
"ManageUserName": "sample string 9",
"CreateUserID": "245dfe96-ca36-4ab7-9f73-45ea9c2ef386",
"CreateUserName": "sample string 11",
"EditUserID": "83088f83-d8f9-438f-a90c-09c594b8f973",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"5fc53f40-afba-4435-87b7-94f790329567",
"88e73376-4639-4a68-9ab0-e68e6b0fc945"
],
"Companies": [
"3b4729a5-637b-45db-8600-f8a5c0f4cb67",
"9d7733ad-d05a-4fa1-8b08-5f087c4edf19"
],
"Groups": [
"da37adf8-3028-487d-9cca-5e69ff543914",
"c8aba450-a1f4-44b1-8e66-abb01ed9bb43"
],
"Opportunities": [
"e2ab5a05-1bb8-429b-a800-b6df001ff7ca",
"0185b7ae-b2a4-482e-b293-06db5be4c235"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-01-14T05:20:22Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-14T05:20:22Z",
"CreateDate": "2026-01-14T05:20:22Z",
"DisplayDate": "2026-01-14T05:20:22Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "6260619c-4a54-4a74-8696-f11fc5843c40",
"ManageUserID": "93c508e8-735a-4946-8a8d-c7f8c282393d",
"ManageUserName": "sample string 9",
"CreateUserID": "245dfe96-ca36-4ab7-9f73-45ea9c2ef386",
"CreateUserName": "sample string 11",
"EditUserID": "83088f83-d8f9-438f-a90c-09c594b8f973",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"5fc53f40-afba-4435-87b7-94f790329567",
"88e73376-4639-4a68-9ab0-e68e6b0fc945"
],
"Companies": [
"3b4729a5-637b-45db-8600-f8a5c0f4cb67",
"9d7733ad-d05a-4fa1-8b08-5f087c4edf19"
],
"Groups": [
"da37adf8-3028-487d-9cca-5e69ff543914",
"c8aba450-a1f4-44b1-8e66-abb01ed9bb43"
],
"Opportunities": [
"e2ab5a05-1bb8-429b-a800-b6df001ff7ca",
"0185b7ae-b2a4-482e-b293-06db5be4c235"
]
}
}
]