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-04-29T22:46:52Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-29T22:46:52Z",
"CreateDate": "2026-04-29T22:46:52Z",
"DisplayDate": "2026-04-29T22:46:52Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7874e52b-f721-4963-92b4-7c452a4b71ba",
"ManageUserID": "3daa8d5c-2344-403c-b896-f1dc9272d18f",
"ManageUserName": "sample string 9",
"CreateUserID": "378d5a0b-4f44-42d5-9a0d-ac34f017d202",
"CreateUserName": "sample string 11",
"EditUserID": "21ef69d4-73da-4c82-8165-6571c87fedef",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"da7e0bd9-999a-43ab-a024-ed25b85da290",
"b3db4905-9ef6-4e63-bb1f-c59b3fe04a89"
],
"Companies": [
"c811a593-e59d-42b5-9f00-40efd6c79a1c",
"e4ca713f-fcf2-43f4-9c36-175d0d8f02d5"
],
"Groups": [
"4086d684-9c97-435a-8361-c861c7636e52",
"ef20643c-d319-4945-9fa4-d02ca25980ca"
],
"Opportunities": [
"0419f16a-4486-4dfd-9e27-625bf943119e",
"6b5c691c-b7de-43bd-8f72-f36dcf047d6d"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-04-29T22:46:52Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-04-29T22:46:52Z",
"CreateDate": "2026-04-29T22:46:52Z",
"DisplayDate": "2026-04-29T22:46:52Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7874e52b-f721-4963-92b4-7c452a4b71ba",
"ManageUserID": "3daa8d5c-2344-403c-b896-f1dc9272d18f",
"ManageUserName": "sample string 9",
"CreateUserID": "378d5a0b-4f44-42d5-9a0d-ac34f017d202",
"CreateUserName": "sample string 11",
"EditUserID": "21ef69d4-73da-4c82-8165-6571c87fedef",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"da7e0bd9-999a-43ab-a024-ed25b85da290",
"b3db4905-9ef6-4e63-bb1f-c59b3fe04a89"
],
"Companies": [
"c811a593-e59d-42b5-9f00-40efd6c79a1c",
"e4ca713f-fcf2-43f4-9c36-175d0d8f02d5"
],
"Groups": [
"4086d684-9c97-435a-8361-c861c7636e52",
"ef20643c-d319-4945-9fa4-d02ca25980ca"
],
"Opportunities": [
"0419f16a-4486-4dfd-9e27-625bf943119e",
"6b5c691c-b7de-43bd-8f72-f36dcf047d6d"
]
}
}
]