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
History| Name | 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": "c8e5a152-91ed-47f7-8192-40d8a5c3b9ee",
"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": "2026-02-28T22:45:00Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"IsPrivate": true,
"ManageUserId": "e1505f2a-aa08-4f8d-87fd-9176045f6f66",
"EditDate": "2026-02-28T22:45:00Z",
"CreateDate": "2026-02-28T22:45:00Z",
"StartTime": "2026-02-28T22:45:00Z",
"EndTime": "2026-02-28T22:45:00Z",
"Details": "sample string 12",
"LinkedEntities": {
"Contacts": [
"4a263bb8-d5fc-4dac-8779-5744ec390a30",
"9cfebc5e-7d8c-4df3-a4ab-c68e86a9ecc6"
],
"Companies": [
"19bc72b2-6950-4c0e-a99d-7bd413416f9a",
"520bc6d7-ef4d-4e8e-9863-8cab3cfa17b6"
],
"Groups": [
"dcd11581-b43d-4b37-a6f1-2007c7741764",
"61ea8354-2865-4486-937b-e9cc68d7b68f"
],
"Opportunities": [
"30702a8b-37d0-4cad-a3f1-50de23aabcb4",
"f4677159-bc82-4a37-a16f-2aafa805a0a8"
]
}
}