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-22T19:14:54Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-22T19:14:54Z",
"CreateDate": "2026-03-22T19:14:54Z",
"DisplayDate": "2026-03-22T19:14:54Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "1efcccdd-30a9-4458-94a9-0398fc65a077",
"ManageUserID": "d7d7ba92-7f47-4f55-871a-1d6809828d91",
"ManageUserName": "sample string 9",
"CreateUserID": "98233adc-79cc-408c-beee-52e091d85c82",
"CreateUserName": "sample string 11",
"EditUserID": "cd6fac8c-a80c-49c2-997c-1bff91f95247",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"7e56da46-55a9-4943-a843-979766fa8c40",
"436a9e2f-5142-46c9-82c6-d501900ae12d"
],
"Companies": [
"60b9f063-835d-40fb-bf4e-082c4b22133e",
"0d73d306-7b75-4444-8dad-b2e14f50f30f"
],
"Groups": [
"6f6b8c3a-7f39-44d0-8996-29d268a46b88",
"c00af4ad-03cf-4933-a5f9-0b09c39c0524"
],
"Opportunities": [
"ae2c8d58-6393-4e55-84be-8b7b94857ddd",
"65892cd1-f45a-4c1c-924b-66b96f564053"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-22T19:14:54Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-22T19:14:54Z",
"CreateDate": "2026-03-22T19:14:54Z",
"DisplayDate": "2026-03-22T19:14:54Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "1efcccdd-30a9-4458-94a9-0398fc65a077",
"ManageUserID": "d7d7ba92-7f47-4f55-871a-1d6809828d91",
"ManageUserName": "sample string 9",
"CreateUserID": "98233adc-79cc-408c-beee-52e091d85c82",
"CreateUserName": "sample string 11",
"EditUserID": "cd6fac8c-a80c-49c2-997c-1bff91f95247",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"7e56da46-55a9-4943-a843-979766fa8c40",
"436a9e2f-5142-46c9-82c6-d501900ae12d"
],
"Companies": [
"60b9f063-835d-40fb-bf4e-082c4b22133e",
"0d73d306-7b75-4444-8dad-b2e14f50f30f"
],
"Groups": [
"6f6b8c3a-7f39-44d0-8996-29d268a46b88",
"c00af4ad-03cf-4933-a5f9-0b09c39c0524"
],
"Opportunities": [
"ae2c8d58-6393-4e55-84be-8b7b94857ddd",
"65892cd1-f45a-4c1c-924b-66b96f564053"
]
}
}
]