GET api/Histories
Get all Histories matching an optional Filter. Supported Headers: SelectField, Filter, Sort, SortDesc, IncludeLink, DetailFormat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HistoryName | Description | Type | Additional information |
---|---|---|---|
Id |
SQL Column Name: [HISTORYID] |
globally unique identifier |
None. |
Regarding |
SQL Column Name: [REGARDING] |
string |
None. |
Duration |
SQL Column Name: [DURATION] |
string |
None. |
OutlookID | string |
None. |
|
HistoryTypeID |
SQL Column Name: [HISTORYTYPEID] |
integer |
None. |
HistoryType | HistoryType |
None. |
|
Attachment | Attachment |
None. |
|
IsPrivate | boolean |
None. |
|
ManageUserId | globally unique identifier |
None. |
|
EditDate |
SQL Column Name: [EDIT_DATE] |
date |
None. |
CreateDate |
SQL Column Name: [CREATE_DATE] |
date |
None. |
StartTime |
SQL Column Name: [START_DATE_TIME] |
date |
None. |
EndTime |
SQL Column Name: [END_DATE_TIME] |
date |
None. |
Details |
SQL Column Name: [DETAILS] |
string |
None. |
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "d6682f0f-9fcf-48aa-ae2c-85d2f8d4b9c4", "Regarding": "sample string 2", "Duration": "sample string 3", "OutlookID": "sample string 4", "HistoryTypeID": 5, "HistoryType": { "Name": "sample string 1", "HistoryTypeId": 2, "Description": "sample string 3", "ActivityTypeID": "sample string 4", "ActivityTypeName": "sample string 5", "IsActive": true, "IsCustom": true, "IsDefault": true, "IsUserRecordable": true }, "Attachment": { "DisplayName": "sample string 1", "FileSize": 2.1, "LastModified": "2025-10-18T15:51:23Z", "FileType": "sample string 4", "FileExtension": "sample string 5", "FileName": "sample string 6", "Personal": true, "Shortcut": true }, "IsPrivate": true, "ManageUserId": "0c23496f-2846-4588-8a80-1048ad767402", "EditDate": "2025-10-18T15:51:23Z", "CreateDate": "2025-10-18T15:51:23Z", "StartTime": "2025-10-18T15:51:23Z", "EndTime": "2025-10-18T15:51:23Z", "Details": "sample string 12", "LinkedEntities": { "Contacts": [ "c8e9861d-1741-46db-a901-a19c408cfc3f", "0188cef2-7838-4ead-9513-f0ac5b9a54e4" ], "Companies": [ "1b32d00c-a55c-4862-8346-424783d21a27", "d6da45e7-3e06-48de-8525-79a3a9860752" ], "Groups": [ "dba6bf5d-267f-4169-bed9-1494e0da1c1d", "0ccd328a-b7cb-4b3b-851b-2ad08a3c5996" ], "Opportunities": [ "84fadca0-a968-4765-a778-ac540a7af996", "10292ecb-462c-43df-8b40-2048ecae552d" ] } }, { "Id": "d6682f0f-9fcf-48aa-ae2c-85d2f8d4b9c4", "Regarding": "sample string 2", "Duration": "sample string 3", "OutlookID": "sample string 4", "HistoryTypeID": 5, "HistoryType": { "Name": "sample string 1", "HistoryTypeId": 2, "Description": "sample string 3", "ActivityTypeID": "sample string 4", "ActivityTypeName": "sample string 5", "IsActive": true, "IsCustom": true, "IsDefault": true, "IsUserRecordable": true }, "Attachment": { "DisplayName": "sample string 1", "FileSize": 2.1, "LastModified": "2025-10-18T15:51:23Z", "FileType": "sample string 4", "FileExtension": "sample string 5", "FileName": "sample string 6", "Personal": true, "Shortcut": true }, "IsPrivate": true, "ManageUserId": "0c23496f-2846-4588-8a80-1048ad767402", "EditDate": "2025-10-18T15:51:23Z", "CreateDate": "2025-10-18T15:51:23Z", "StartTime": "2025-10-18T15:51:23Z", "EndTime": "2025-10-18T15:51:23Z", "Details": "sample string 12", "LinkedEntities": { "Contacts": [ "c8e9861d-1741-46db-a901-a19c408cfc3f", "0188cef2-7838-4ead-9513-f0ac5b9a54e4" ], "Companies": [ "1b32d00c-a55c-4862-8346-424783d21a27", "d6da45e7-3e06-48de-8525-79a3a9860752" ], "Groups": [ "dba6bf5d-267f-4169-bed9-1494e0da1c1d", "0ccd328a-b7cb-4b3b-851b-2ad08a3c5996" ], "Opportunities": [ "84fadca0-a968-4765-a778-ac540a7af996", "10292ecb-462c-43df-8b40-2048ecae552d" ] } } ]