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-10T21:05:00Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-10T21:05:00Z",
"CreateDate": "2026-03-10T21:05:00Z",
"DisplayDate": "2026-03-10T21:05:00Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "1db47f3d-ac6d-4d99-ac2c-60726c32e0af",
"ManageUserID": "3aa835d0-653f-4813-870b-dd34273c4d83",
"ManageUserName": "sample string 9",
"CreateUserID": "99f129a4-93b9-4ea1-9444-7ddb70f02541",
"CreateUserName": "sample string 11",
"EditUserID": "c8dce57b-814b-4448-a6fb-586c7f6e2fd3",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"30559c11-728b-4f60-adcb-1571ba7afa70",
"924f8599-749b-49ba-be62-1a6529f37e6f"
],
"Companies": [
"497b6e1c-ae38-4cad-99d3-10c8d569e11b",
"c2214b0d-1fed-4bdf-b9da-a79a2336dc70"
],
"Groups": [
"b2797461-7d3f-4cd2-a597-1da1d042e3c0",
"8a44c4f9-0f19-47c7-b936-fdbab027dd2f"
],
"Opportunities": [
"f941462e-dede-45b5-9562-600b498f7a02",
"f4f1061a-a688-40c5-8784-f1ba4f1285ab"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-10T21:05:00Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-10T21:05:00Z",
"CreateDate": "2026-03-10T21:05:00Z",
"DisplayDate": "2026-03-10T21:05:00Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "1db47f3d-ac6d-4d99-ac2c-60726c32e0af",
"ManageUserID": "3aa835d0-653f-4813-870b-dd34273c4d83",
"ManageUserName": "sample string 9",
"CreateUserID": "99f129a4-93b9-4ea1-9444-7ddb70f02541",
"CreateUserName": "sample string 11",
"EditUserID": "c8dce57b-814b-4448-a6fb-586c7f6e2fd3",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"30559c11-728b-4f60-adcb-1571ba7afa70",
"924f8599-749b-49ba-be62-1a6529f37e6f"
],
"Companies": [
"497b6e1c-ae38-4cad-99d3-10c8d569e11b",
"c2214b0d-1fed-4bdf-b9da-a79a2336dc70"
],
"Groups": [
"b2797461-7d3f-4cd2-a597-1da1d042e3c0",
"8a44c4f9-0f19-47c7-b936-fdbab027dd2f"
],
"Opportunities": [
"f941462e-dede-45b5-9562-600b498f7a02",
"f4f1061a-a688-40c5-8784-f1ba4f1285ab"
]
}
}
]