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-31T07:56:20Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-31T07:56:20Z",
"CreateDate": "2026-03-31T07:56:20Z",
"DisplayDate": "2026-03-31T07:56:20Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "5c06e249-8ce6-416b-87ac-079c43263210",
"ManageUserID": "5697d9c8-2098-47dd-b1af-aac5a9f4abfc",
"ManageUserName": "sample string 9",
"CreateUserID": "32508442-1c1e-446f-8a31-7a84340a57ba",
"CreateUserName": "sample string 11",
"EditUserID": "19b6ef2a-5ef1-4c0c-a83f-6b7ba25000e3",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"45b688a9-801c-4993-966f-986f06832437",
"e853e341-99c2-435e-8301-aae71bd340ad"
],
"Companies": [
"b16471dc-02b5-467c-b8e2-ab7c36d9d193",
"1b1a420b-a46c-4121-8e0a-19b3b75ff40a"
],
"Groups": [
"a5e06fbb-b6ad-4d1f-a888-2ba019125a1d",
"de7e9389-ffdf-4251-8a92-c54452c798b5"
],
"Opportunities": [
"a1a92bb2-2c34-43e7-9901-b232f9738d83",
"3d6f1de2-3990-4096-8209-2392964fdc18"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-03-31T07:56:20Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-03-31T07:56:20Z",
"CreateDate": "2026-03-31T07:56:20Z",
"DisplayDate": "2026-03-31T07:56:20Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "5c06e249-8ce6-416b-87ac-079c43263210",
"ManageUserID": "5697d9c8-2098-47dd-b1af-aac5a9f4abfc",
"ManageUserName": "sample string 9",
"CreateUserID": "32508442-1c1e-446f-8a31-7a84340a57ba",
"CreateUserName": "sample string 11",
"EditUserID": "19b6ef2a-5ef1-4c0c-a83f-6b7ba25000e3",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"45b688a9-801c-4993-966f-986f06832437",
"e853e341-99c2-435e-8301-aae71bd340ad"
],
"Companies": [
"b16471dc-02b5-467c-b8e2-ab7c36d9d193",
"1b1a420b-a46c-4121-8e0a-19b3b75ff40a"
],
"Groups": [
"a5e06fbb-b6ad-4d1f-a888-2ba019125a1d",
"de7e9389-ffdf-4251-8a92-c54452c798b5"
],
"Opportunities": [
"a1a92bb2-2c34-43e7-9901-b232f9738d83",
"3d6f1de2-3990-4096-8209-2392964fdc18"
]
}
}
]