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": "c9caa814-59ad-498b-8e6e-c25347ffca9c", "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-04-11T07:26:34Z", "FileType": "sample string 4", "FileExtension": "sample string 5", "FileName": "sample string 6", "Personal": true, "Shortcut": true }, "IsPrivate": true, "ManageUserId": "590cb9b2-48c5-4921-9a0d-4e7c50edd7c2", "EditDate": "2025-04-11T07:26:34Z", "CreateDate": "2025-04-11T07:26:34Z", "StartTime": "2025-04-11T07:26:34Z", "EndTime": "2025-04-11T07:26:34Z", "Details": "sample string 12", "LinkedEntities": { "Contacts": [ "1d1f8f77-2510-42e5-8c55-e4d3fb24db54", "33a03c8c-ba80-4a38-b096-1871c733909b" ], "Companies": [ "36a9c4e5-25d1-4717-8835-36d7a381dbdb", "c948ae59-1043-4e98-bbc7-818010458343" ], "Groups": [ "b4d5d31e-a3af-498e-ac2a-9f2754bc4c36", "5cf2f6ec-9497-42f8-ab3f-f5c390b6c080" ], "Opportunities": [ "0bef4649-02a0-4d48-a1f8-e29ba5c0651c", "df94ee44-603f-4e24-ac0e-75ac01c757dd" ] } }