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": "2025-11-30T14:49:18Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2025-11-30T14:49:18Z",
"CreateDate": "2025-11-30T14:49:18Z",
"DisplayDate": "2025-11-30T14:49:18Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "6cb46d53-0d1c-4ecd-9e7b-a02d7787bfb4",
"ManageUserID": "e1b81eb5-e730-4943-95a3-b70c8ff11f78",
"ManageUserName": "sample string 9",
"CreateUserID": "59608d84-6b8a-491d-9922-863e721e8fa0",
"CreateUserName": "sample string 11",
"EditUserID": "538969ee-85c5-4d2d-95a6-e29afea7a3c1",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"be7b0211-44c3-4fac-9a82-400ce96a7415",
"69974963-8316-4cc3-9578-4bd5111c0538"
],
"Companies": [
"a80617a0-5bd7-4757-a210-f2d79ed19261",
"e60ed298-2380-41a3-b92f-669386d4af6e"
],
"Groups": [
"064b960b-4323-4b06-ab09-bd473c12cefa",
"6a94ef8c-5bb5-47b1-a702-538e9761c75e"
],
"Opportunities": [
"34d6b0d2-b5d9-4cb8-8a83-1f3a873a48e0",
"a0c26a4f-72a8-4a6d-b031-8e6ace82ce96"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2025-11-30T14:49:18Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2025-11-30T14:49:18Z",
"CreateDate": "2025-11-30T14:49:18Z",
"DisplayDate": "2025-11-30T14:49:18Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "6cb46d53-0d1c-4ecd-9e7b-a02d7787bfb4",
"ManageUserID": "e1b81eb5-e730-4943-95a3-b70c8ff11f78",
"ManageUserName": "sample string 9",
"CreateUserID": "59608d84-6b8a-491d-9922-863e721e8fa0",
"CreateUserName": "sample string 11",
"EditUserID": "538969ee-85c5-4d2d-95a6-e29afea7a3c1",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"be7b0211-44c3-4fac-9a82-400ce96a7415",
"69974963-8316-4cc3-9578-4bd5111c0538"
],
"Companies": [
"a80617a0-5bd7-4757-a210-f2d79ed19261",
"e60ed298-2380-41a3-b92f-669386d4af6e"
],
"Groups": [
"064b960b-4323-4b06-ab09-bd473c12cefa",
"6a94ef8c-5bb5-47b1-a702-538e9761c75e"
],
"Opportunities": [
"34d6b0d2-b5d9-4cb8-8a83-1f3a873a48e0",
"a0c26a4f-72a8-4a6d-b031-8e6ace82ce96"
]
}
}
]