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-14T20:37:17Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-14T20:37:17Z",
"CreateDate": "2026-01-14T20:37:17Z",
"DisplayDate": "2026-01-14T20:37:17Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "60dd0951-f2f4-45cb-bb74-3185ebbab892",
"ManageUserID": "0c9f031b-af2c-494b-8d5b-49af30c0024b",
"ManageUserName": "sample string 9",
"CreateUserID": "22c01a41-4e0e-4e7c-b28e-0e78bddadf96",
"CreateUserName": "sample string 11",
"EditUserID": "1d8ef25e-da46-4fe0-aa1a-df230f1aac6e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"25ccd38a-98ad-463a-b9a7-7503b57e0568",
"a52eacbe-909d-4ed6-b919-c8cdc655af2d"
],
"Companies": [
"70262241-1d67-4934-b233-83b665c9869c",
"c76be484-d790-435f-87c4-2fb9d0bfce5c"
],
"Groups": [
"71a2da56-432e-49fb-97cc-9e27938add78",
"93e44a31-1689-4795-b241-818c6637b002"
],
"Opportunities": [
"adc7c36b-a895-4f0a-8211-4b8c50f01e80",
"bff0e100-4249-4d99-9c8d-02bfd626589a"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-01-14T20:37:17Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-14T20:37:17Z",
"CreateDate": "2026-01-14T20:37:17Z",
"DisplayDate": "2026-01-14T20:37:17Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "60dd0951-f2f4-45cb-bb74-3185ebbab892",
"ManageUserID": "0c9f031b-af2c-494b-8d5b-49af30c0024b",
"ManageUserName": "sample string 9",
"CreateUserID": "22c01a41-4e0e-4e7c-b28e-0e78bddadf96",
"CreateUserName": "sample string 11",
"EditUserID": "1d8ef25e-da46-4fe0-aa1a-df230f1aac6e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"25ccd38a-98ad-463a-b9a7-7503b57e0568",
"a52eacbe-909d-4ed6-b919-c8cdc655af2d"
],
"Companies": [
"70262241-1d67-4934-b233-83b665c9869c",
"c76be484-d790-435f-87c4-2fb9d0bfce5c"
],
"Groups": [
"71a2da56-432e-49fb-97cc-9e27938add78",
"93e44a31-1689-4795-b241-818c6637b002"
],
"Opportunities": [
"adc7c36b-a895-4f0a-8211-4b8c50f01e80",
"bff0e100-4249-4d99-9c8d-02bfd626589a"
]
}
}
]