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-17T05:10:13Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-17T05:10:13Z",
"CreateDate": "2026-02-17T05:10:13Z",
"DisplayDate": "2026-02-17T05:10:13Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "e84f37a3-66b3-425c-af9b-b1a44a377088",
"ManageUserID": "f68e44fb-4cc1-4edf-8477-b629d50b6f93",
"ManageUserName": "sample string 9",
"CreateUserID": "0c1f0924-76fa-4ae1-94e3-1e5170d40ec3",
"CreateUserName": "sample string 11",
"EditUserID": "bd895f79-a643-430c-a350-a27db216bf7b",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"f4c24388-d5e9-49ca-8fdb-18154a1106b7",
"58d11132-9b4c-4f4f-a9ed-e18cc97effc5"
],
"Companies": [
"56a14a5c-3f04-4a8b-ae80-70bf2dee7235",
"3062ed43-cd90-4632-9a15-1759de05bcac"
],
"Groups": [
"a52bca91-a86f-4410-83dd-0aef70e2771b",
"6c8331d2-abb9-4b1f-893b-0d2a4bea5865"
],
"Opportunities": [
"8af9b501-eb6a-4c68-9366-61e2db01bcef",
"b7088723-6e34-4ec4-ad60-d695c69ab344"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-02-17T05:10:13Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-02-17T05:10:13Z",
"CreateDate": "2026-02-17T05:10:13Z",
"DisplayDate": "2026-02-17T05:10:13Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "e84f37a3-66b3-425c-af9b-b1a44a377088",
"ManageUserID": "f68e44fb-4cc1-4edf-8477-b629d50b6f93",
"ManageUserName": "sample string 9",
"CreateUserID": "0c1f0924-76fa-4ae1-94e3-1e5170d40ec3",
"CreateUserName": "sample string 11",
"EditUserID": "bd895f79-a643-430c-a350-a27db216bf7b",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"f4c24388-d5e9-49ca-8fdb-18154a1106b7",
"58d11132-9b4c-4f4f-a9ed-e18cc97effc5"
],
"Companies": [
"56a14a5c-3f04-4a8b-ae80-70bf2dee7235",
"3062ed43-cd90-4632-9a15-1759de05bcac"
],
"Groups": [
"a52bca91-a86f-4410-83dd-0aef70e2771b",
"6c8331d2-abb9-4b1f-893b-0d2a4bea5865"
],
"Opportunities": [
"8af9b501-eb6a-4c68-9366-61e2db01bcef",
"b7088723-6e34-4ec4-ad60-d695c69ab344"
]
}
}
]