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-02-06T02:22:38Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-06T02:22:38Z",
"CreateDate": "2026-02-06T02:22:38Z",
"DisplayDate": "2026-02-06T02:22:38Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7ae87abf-f7b4-4409-a418-394bee656849",
"ManageUserID": "016d7245-e644-4087-9967-57d91b329280",
"ManageUserName": "sample string 9",
"CreateUserID": "c3541d3a-ffb8-4d51-8295-bc23c8186334",
"CreateUserName": "sample string 11",
"EditUserID": "40312ef8-eb35-421a-9c8a-1c8b191b65c0",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"c0587eb7-391d-469f-a30f-29c13e7ea388",
"1aeccb79-7f8b-4cdf-8dfa-5c9cea5c89f9"
],
"Companies": [
"0ac686f3-c994-4b4b-a9c2-74acf3e057e4",
"526fb2f7-64e8-4e98-a33d-07749bb7c4da"
],
"Groups": [
"fa39b0c0-0b3c-4b47-99a7-2fd41d4d8444",
"824e85a1-f7be-48f7-a700-d32cf45690a4"
],
"Opportunities": [
"d6ae033d-e00a-4c9e-9d8b-24f522f14086",
"2ae3526f-c9c5-4c29-a34b-a4f6ee97f1d4"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-02-06T02:22:38Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-06T02:22:38Z",
"CreateDate": "2026-02-06T02:22:38Z",
"DisplayDate": "2026-02-06T02:22:38Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7ae87abf-f7b4-4409-a418-394bee656849",
"ManageUserID": "016d7245-e644-4087-9967-57d91b329280",
"ManageUserName": "sample string 9",
"CreateUserID": "c3541d3a-ffb8-4d51-8295-bc23c8186334",
"CreateUserName": "sample string 11",
"EditUserID": "40312ef8-eb35-421a-9c8a-1c8b191b65c0",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"c0587eb7-391d-469f-a30f-29c13e7ea388",
"1aeccb79-7f8b-4cdf-8dfa-5c9cea5c89f9"
],
"Companies": [
"0ac686f3-c994-4b4b-a9c2-74acf3e057e4",
"526fb2f7-64e8-4e98-a33d-07749bb7c4da"
],
"Groups": [
"fa39b0c0-0b3c-4b47-99a7-2fd41d4d8444",
"824e85a1-f7be-48f7-a700-d32cf45690a4"
],
"Opportunities": [
"d6ae033d-e00a-4c9e-9d8b-24f522f14086",
"2ae3526f-c9c5-4c29-a34b-a4f6ee97f1d4"
]
}
}
]