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-04-26T07:15:33Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-26T07:15:33Z",
"CreateDate": "2026-04-26T07:15:33Z",
"DisplayDate": "2026-04-26T07:15:33Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "28f54168-f5b6-4019-abee-590b859a2178",
"ManageUserID": "8395d8e7-2e02-4aab-89af-dc68046c3a6e",
"ManageUserName": "sample string 9",
"CreateUserID": "77b29910-4e78-4176-bf3a-2119631c35c6",
"CreateUserName": "sample string 11",
"EditUserID": "4d500efb-46e6-45d4-b5bd-fc9168373893",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"305528ff-80ef-4524-b7a6-385ff244a4e2",
"fc244d37-71af-4748-89e9-36d09b9799af"
],
"Companies": [
"21521923-4906-40d3-a5f1-d4c9aec3eabf",
"b2f4406a-e84a-4c54-bd22-3be3f0583d11"
],
"Groups": [
"9f48c2a0-eb18-40e3-9a3e-7a5858f0dc39",
"84d159f2-440b-4942-a6c1-d71a71cbcd2d"
],
"Opportunities": [
"30b3639f-8de6-4d85-9eac-1c48778d1ca8",
"11448a2f-9183-40d6-b0f8-b6bb0211fc9c"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-04-26T07:15:33Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-26T07:15:33Z",
"CreateDate": "2026-04-26T07:15:33Z",
"DisplayDate": "2026-04-26T07:15:33Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "28f54168-f5b6-4019-abee-590b859a2178",
"ManageUserID": "8395d8e7-2e02-4aab-89af-dc68046c3a6e",
"ManageUserName": "sample string 9",
"CreateUserID": "77b29910-4e78-4176-bf3a-2119631c35c6",
"CreateUserName": "sample string 11",
"EditUserID": "4d500efb-46e6-45d4-b5bd-fc9168373893",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"305528ff-80ef-4524-b7a6-385ff244a4e2",
"fc244d37-71af-4748-89e9-36d09b9799af"
],
"Companies": [
"21521923-4906-40d3-a5f1-d4c9aec3eabf",
"b2f4406a-e84a-4c54-bd22-3be3f0583d11"
],
"Groups": [
"9f48c2a0-eb18-40e3-9a3e-7a5858f0dc39",
"84d159f2-440b-4942-a6c1-d71a71cbcd2d"
],
"Opportunities": [
"30b3639f-8de6-4d85-9eac-1c48778d1ca8",
"11448a2f-9183-40d6-b0f8-b6bb0211fc9c"
]
}
}
]