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-01-10T05:10:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-10T05:10:48Z",
"CreateDate": "2026-01-10T05:10:48Z",
"DisplayDate": "2026-01-10T05:10:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7a488fd5-88ff-4d98-8fb8-2e3b008c820c",
"ManageUserID": "0c10cc77-7988-4637-ba93-a6eda3c9c503",
"ManageUserName": "sample string 9",
"CreateUserID": "1a3b40de-4811-4caf-b5cd-290d9fedb8ad",
"CreateUserName": "sample string 11",
"EditUserID": "1e8ac22f-317b-4150-8d38-96804874e74e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"00bc9ed9-0fbc-437c-ab52-77b2ee7bee9a",
"c7b1f01b-0ab4-48da-a6f7-859f0c609027"
],
"Companies": [
"078b24f8-a4d5-4e19-aa38-5cfda37d40f4",
"8eb975a2-b20b-4951-91a5-2ba869085324"
],
"Groups": [
"a904e10f-1bf7-4b73-8f40-4464b28ee4f2",
"83cc052b-5f15-4edb-b40b-2098527a0007"
],
"Opportunities": [
"d345a9e7-5b06-44b5-a8ff-6c1c8e3e27cc",
"684ccdbe-80f0-41d4-9812-2bfc539fd124"
]
}
},
{
"HasAttachment": true,
"Attachment": {
"DisplayName": "sample string 1",
"FileSize": 2.1,
"LastModified": "2026-01-10T05:10:48Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"EditDate": "2026-01-10T05:10:48Z",
"CreateDate": "2026-01-10T05:10:48Z",
"DisplayDate": "2026-01-10T05:10:48Z",
"NoteText": "sample string 5",
"NoteTypeID": 6,
"ID": "7a488fd5-88ff-4d98-8fb8-2e3b008c820c",
"ManageUserID": "0c10cc77-7988-4637-ba93-a6eda3c9c503",
"ManageUserName": "sample string 9",
"CreateUserID": "1a3b40de-4811-4caf-b5cd-290d9fedb8ad",
"CreateUserName": "sample string 11",
"EditUserID": "1e8ac22f-317b-4150-8d38-96804874e74e",
"EditUserName": "sample string 13",
"IsPrivate": true,
"LinkedEntities": {
"Contacts": [
"00bc9ed9-0fbc-437c-ab52-77b2ee7bee9a",
"c7b1f01b-0ab4-48da-a6f7-859f0c609027"
],
"Companies": [
"078b24f8-a4d5-4e19-aa38-5cfda37d40f4",
"8eb975a2-b20b-4951-91a5-2ba869085324"
],
"Groups": [
"a904e10f-1bf7-4b73-8f40-4464b28ee4f2",
"83cc052b-5f15-4edb-b40b-2098527a0007"
],
"Opportunities": [
"d345a9e7-5b06-44b5-a8ff-6c1c8e3e27cc",
"684ccdbe-80f0-41d4-9812-2bfc539fd124"
]
}
}
]