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-03T00:01:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-03T00:01:48Z",
"CreateDate": "2026-02-03T00:01:48Z",
"DisplayDate": "2026-02-03T00:01:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "928bda25-82ad-4f62-a1c9-237e82779e70",
"ManageUserID": "b7609572-4ff2-4313-8dba-c782aeef7519",
"ManageUserName": "sample string 9",
"CreateUserID": "8d188ac5-5fd9-4429-9678-bc22aa66921a",
"CreateUserName": "sample string 11",
"EditUserID": "a547f3c4-5112-4f94-955f-b8e00dd8e5f2",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b762830c-7650-4bc5-8a81-39e37ecdd3d6",
"14718305-15b5-463c-aa88-b463ffbcbcdf"
],
"Companies": [
"636ee085-b3ca-4cf0-8e50-879a2d7510a5",
"cade1848-084b-47b2-93a1-af9196cc85ed"
],
"Groups": [
"cf2fc275-206b-47db-aa76-0bac7a1fdda2",
"33fa27eb-c365-469a-b87c-7b59cb34871a"
],
"Opportunities": [
"5ddfef19-59a5-4162-b704-d2ec62eade6a",
"ece42e89-444a-49e9-a136-2a010208f59c"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-02-03T00:01:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-03T00:01:48Z",
"CreateDate": "2026-02-03T00:01:48Z",
"DisplayDate": "2026-02-03T00:01:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "928bda25-82ad-4f62-a1c9-237e82779e70",
"ManageUserID": "b7609572-4ff2-4313-8dba-c782aeef7519",
"ManageUserName": "sample string 9",
"CreateUserID": "8d188ac5-5fd9-4429-9678-bc22aa66921a",
"CreateUserName": "sample string 11",
"EditUserID": "a547f3c4-5112-4f94-955f-b8e00dd8e5f2",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"b762830c-7650-4bc5-8a81-39e37ecdd3d6",
"14718305-15b5-463c-aa88-b463ffbcbcdf"
],
"Companies": [
"636ee085-b3ca-4cf0-8e50-879a2d7510a5",
"cade1848-084b-47b2-93a1-af9196cc85ed"
],
"Groups": [
"cf2fc275-206b-47db-aa76-0bac7a1fdda2",
"33fa27eb-c365-469a-b87c-7b59cb34871a"
],
"Opportunities": [
"5ddfef19-59a5-4162-b704-d2ec62eade6a",
"ece42e89-444a-49e9-a136-2a010208f59c"
]
}
}
]