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-18T22:41:56Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-18T22:41:56Z",
"CreateDate": "2026-03-18T22:41:56Z",
"DisplayDate": "2026-03-18T22:41:56Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "4629e79b-c1f8-4cc4-ad12-8a2a108faf9f",
"ManageUserID": "1a488313-5b88-4097-af8a-1083f527d9b1",
"ManageUserName": "sample string 9",
"CreateUserID": "7ecdb951-c214-4807-8a6d-b440952f9d4a",
"CreateUserName": "sample string 11",
"EditUserID": "3d0a9fbe-5f0a-4442-80a4-7e766e3bffa5",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"49fdb15a-9ddc-45a0-8a76-909004991c94",
"87d4e3fb-3a85-4f6e-98e3-39f34bb123d0"
],
"Companies": [
"d04b45cd-3a77-4ab0-9380-ecdfed252fd3",
"d0fd38e9-60d1-4210-8322-ff8c6947867f"
],
"Groups": [
"1e6324a7-d37e-43e3-ae73-db4ba37b9797",
"6c781b6a-423e-476c-b7d2-f620c9a27b36"
],
"Opportunities": [
"49c161dd-7510-44ce-aea1-6c8a8d435998",
"ded8b8d4-ec6b-4efb-affc-5a52c8aa72e0"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-18T22:41:56Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-18T22:41:56Z",
"CreateDate": "2026-03-18T22:41:56Z",
"DisplayDate": "2026-03-18T22:41:56Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "4629e79b-c1f8-4cc4-ad12-8a2a108faf9f",
"ManageUserID": "1a488313-5b88-4097-af8a-1083f527d9b1",
"ManageUserName": "sample string 9",
"CreateUserID": "7ecdb951-c214-4807-8a6d-b440952f9d4a",
"CreateUserName": "sample string 11",
"EditUserID": "3d0a9fbe-5f0a-4442-80a4-7e766e3bffa5",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"49fdb15a-9ddc-45a0-8a76-909004991c94",
"87d4e3fb-3a85-4f6e-98e3-39f34bb123d0"
],
"Companies": [
"d04b45cd-3a77-4ab0-9380-ecdfed252fd3",
"d0fd38e9-60d1-4210-8322-ff8c6947867f"
],
"Groups": [
"1e6324a7-d37e-43e3-ae73-db4ba37b9797",
"6c781b6a-423e-476c-b7d2-f620c9a27b36"
],
"Opportunities": [
"49c161dd-7510-44ce-aea1-6c8a8d435998",
"ded8b8d4-ec6b-4efb-affc-5a52c8aa72e0"
]
}
}
]