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": "533f0f04-8d2f-47d8-b49e-8bc50fa79cb7",
  "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-28T23:50:26Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "28301c5b-324a-4948-8ab6-8caabba2c551",
  "EditDate": "2026-02-28T23:50:26Z",
  "CreateDate": "2026-02-28T23:50:26Z",
  "StartTime": "2026-02-28T23:50:26Z",
  "EndTime": "2026-02-28T23:50:26Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "fbb175ac-2bb8-4dad-89b5-60b734b25327",
      "b523f0c2-3d96-4453-b520-2f843bdebf64"
    ],
    "Companies": [
      "5ade5f1d-9d6c-4454-8839-b7b8f2f6f5ec",
      "f89f6584-797d-48c9-82ee-12f8b98a8e4c"
    ],
    "Groups": [
      "f1cb2226-cc65-41eb-9309-425395deef54",
      "41931085-f1c0-462a-bfd3-a39aa04e3734"
    ],
    "Opportunities": [
      "212cff3f-2773-4918-b9c9-3d52840938a9",
      "7b9465cf-bea7-4902-af84-c6d156c08548"
    ]
  }
}