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-14T09:57:37Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-14T09:57:37Z",
"CreateDate": "2026-03-14T09:57:37Z",
"DisplayDate": "2026-03-14T09:57:37Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "ee76f4bc-c725-46ff-8af6-a73a23e1cca5",
"ManageUserID": "2ab43b41-db1e-415a-9275-3f130b992c80",
"ManageUserName": "sample string 9",
"CreateUserID": "eaa70474-22af-4577-ab62-f3978bbb63de",
"CreateUserName": "sample string 11",
"EditUserID": "b1445fb6-5a29-4a7c-b88c-a3a86e5a3a22",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"dd405a35-d047-4e59-9791-4ead310dcbe2",
"186873c5-5558-4e1b-8d61-2ac42e6cd3d7"
],
"Companies": [
"5c3b17d5-24fb-418d-8102-447b6b1b6046",
"1bff75db-f7d2-403e-b61d-0e7ada1e302f"
],
"Groups": [
"cf1a5aca-68c9-489d-a5f3-1239092c0853",
"a033f712-2eb3-431a-9872-ddd39682643a"
],
"Opportunities": [
"70077c69-27dc-4a5b-96f9-a91e1e78b3a0",
"4efbecca-e592-4dd6-9583-af9afc1d425c"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-14T09:57:37Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-14T09:57:37Z",
"CreateDate": "2026-03-14T09:57:37Z",
"DisplayDate": "2026-03-14T09:57:37Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "ee76f4bc-c725-46ff-8af6-a73a23e1cca5",
"ManageUserID": "2ab43b41-db1e-415a-9275-3f130b992c80",
"ManageUserName": "sample string 9",
"CreateUserID": "eaa70474-22af-4577-ab62-f3978bbb63de",
"CreateUserName": "sample string 11",
"EditUserID": "b1445fb6-5a29-4a7c-b88c-a3a86e5a3a22",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"dd405a35-d047-4e59-9791-4ead310dcbe2",
"186873c5-5558-4e1b-8d61-2ac42e6cd3d7"
],
"Companies": [
"5c3b17d5-24fb-418d-8102-447b6b1b6046",
"1bff75db-f7d2-403e-b61d-0e7ada1e302f"
],
"Groups": [
"cf1a5aca-68c9-489d-a5f3-1239092c0853",
"a033f712-2eb3-431a-9872-ddd39682643a"
],
"Opportunities": [
"70077c69-27dc-4a5b-96f9-a91e1e78b3a0",
"4efbecca-e592-4dd6-9583-af9afc1d425c"
]
}
}
]