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-08-29T12:38:46Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-08-29T12:38:46Z",
"CreateDate": "2026-08-29T12:38:46Z",
"DisplayDate": "2026-08-29T12:38:46Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "f61f2888-81eb-4ba1-83b2-cedaad45933e",
"ManageUserID": "24706a80-5e44-4593-95ca-355cac48a027",
"ManageUserName": "sample string 9",
"CreateUserID": "88b52360-a9da-48fe-8764-67245e251869",
"CreateUserName": "sample string 11",
"EditUserID": "32e0c8e7-8810-4393-945d-e836118c8faf",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"1927fb81-1ab5-40a4-8e47-710d277507d3",
"0faeb599-0caf-4afe-a77f-0e97b512e490"
],
"Companies": [
"966ccb3a-a9aa-4526-9ebe-62a32c5cb62f",
"47f39180-374e-4d77-ac58-35119e7c141e"
],
"Groups": [
"dbad92c7-2fc3-44ec-af09-05d981aa3f91",
"3cb15aa9-61d6-4583-9f29-20de84ee4f80"
],
"Opportunities": [
"7ffb531f-6476-4fb6-9c88-aea7496e5f9c",
"3bb53f60-73d8-4dc9-81c4-1f24d1e14f76"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-08-29T12:38:46Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-08-29T12:38:46Z",
"CreateDate": "2026-08-29T12:38:46Z",
"DisplayDate": "2026-08-29T12:38:46Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "f61f2888-81eb-4ba1-83b2-cedaad45933e",
"ManageUserID": "24706a80-5e44-4593-95ca-355cac48a027",
"ManageUserName": "sample string 9",
"CreateUserID": "88b52360-a9da-48fe-8764-67245e251869",
"CreateUserName": "sample string 11",
"EditUserID": "32e0c8e7-8810-4393-945d-e836118c8faf",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"1927fb81-1ab5-40a4-8e47-710d277507d3",
"0faeb599-0caf-4afe-a77f-0e97b512e490"
],
"Companies": [
"966ccb3a-a9aa-4526-9ebe-62a32c5cb62f",
"47f39180-374e-4d77-ac58-35119e7c141e"
],
"Groups": [
"dbad92c7-2fc3-44ec-af09-05d981aa3f91",
"3cb15aa9-61d6-4583-9f29-20de84ee4f80"
],
"Opportunities": [
"7ffb531f-6476-4fb6-9c88-aea7496e5f9c",
"3bb53f60-73d8-4dc9-81c4-1f24d1e14f76"
]
}
}
]