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": "4c5eb1ef-34ba-45a5-92bd-ad80ce6821c6",
"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-04-15T17:02:54Z",
"FileType": "sample string 4",
"FileExtension": "sample string 5",
"FileName": "sample string 6",
"Personal": true,
"Shortcut": true
},
"IsPrivate": true,
"ManageUserId": "7c3106e9-b48f-4b5e-bbeb-80b76f38312a",
"EditDate": "2026-04-15T17:02:54Z",
"CreateDate": "2026-04-15T17:02:54Z",
"StartTime": "2026-04-15T17:02:54Z",
"EndTime": "2026-04-15T17:02:54Z",
"Details": "sample string 12",
"LinkedEntities": {
"Contacts": [
"66863db0-53ea-4a5e-9a89-4e7935023ad4",
"60ef3ebb-5ab0-4af5-93bc-f3814608acb4"
],
"Companies": [
"25e4f225-8027-4371-a963-4a94118db28e",
"cfedae43-cdf8-4018-8782-20524948bcd6"
],
"Groups": [
"eb8e778b-224d-4d88-b4a8-4193e94770cb",
"0241350a-68fe-4feb-ad2a-d3a36734eb1a"
],
"Opportunities": [
"0bf97e5f-e6ec-4812-a070-38841b4c3ab9",
"164664cd-1003-4ea1-8e59-e65a6f7da3f5"
]
}
}