GET api/Histories/{id}
Get a History by ID. Supported Headers: SelectField, IncludeLink, DetailFormat
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "9354a580-1aef-49af-a804-87678419c781", "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-09-02T20:33:28Z", "FileType": "sample string 4", "FileExtension": "sample string 5", "FileName": "sample string 6", "Personal": true, "Shortcut": true }, "IsPrivate": true, "ManageUserId": "e632028a-459f-439f-b760-826f6783083b", "EditDate": "2025-09-02T20:33:28Z", "CreateDate": "2025-09-02T20:33:28Z", "StartTime": "2025-09-02T20:33:28Z", "EndTime": "2025-09-02T20:33:28Z", "Details": "sample string 12", "LinkedEntities": { "Contacts": [ "a2e8a5a0-d22c-48d5-874a-c6d46c59d002", "99c1b212-d8e8-4d9c-a4a7-ea22be5bd2ac" ], "Companies": [ "ab581bf4-18fb-493a-8b76-b9821c8c642c", "5fb21b8a-7000-4757-851e-a32cab26ac5e" ], "Groups": [ "6f65a4c2-7281-49d2-83f6-7ce00de91ef0", "08f96b8f-4502-406d-8aaa-71422216a286" ], "Opportunities": [ "95b2d80d-30f0-43c2-85b1-713948e0d420", "5d1995a8-faac-494b-9723-3ed000b4b654" ] } }