GET api/Histories/{id}

Get a History by ID. Supported Headers: SelectField, IncludeLink, DetailFormat

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

History
NameDescriptionTypeAdditional 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": "861d8969-efd6-4708-8f0b-68a74f15f3a7",
  "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-07-01T00:00:24Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "3eab948b-c2c0-485b-b9ea-0b4db167669d",
  "EditDate": "2026-07-01T00:00:24Z",
  "CreateDate": "2026-07-01T00:00:24Z",
  "StartTime": "2026-07-01T00:00:24Z",
  "EndTime": "2026-07-01T00:00:24Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "6ec4cc55-a100-413c-9237-a92176320cc2",
      "397bdeab-bc2d-4f6a-9165-6a4d4bc6db7e"
    ],
    "Companies": [
      "d8f0aafa-446f-4467-8686-755eea5efa5c",
      "abbf797c-358d-44e1-a386-72e5c7520c12"
    ],
    "Groups": [
      "4015bb6f-860a-477c-b2bf-3c7964fa28ff",
      "df4edc9c-39eb-49da-ab36-2f027397a388"
    ],
    "Opportunities": [
      "409bd048-048e-43dc-a3f1-236d66f2a40d",
      "6d4cbf7d-8e8a-4223-8012-e238940d89e8"
    ]
  }
}