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": "98e84fd0-be1a-4bfa-9f94-7d73cf74ddcf",
  "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-10-16T14:53:40Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "786342a1-39a6-45e3-b488-73018dd9f28f",
  "EditDate": "2025-10-16T14:53:40Z",
  "CreateDate": "2025-10-16T14:53:40Z",
  "StartTime": "2025-10-16T14:53:40Z",
  "EndTime": "2025-10-16T14:53:40Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "1d425e40-9ca7-4e45-81c3-ee6e7e764680",
      "c5012169-fa12-41d6-b349-c6c394b230a7"
    ],
    "Companies": [
      "76177215-30f0-4c0f-bfe8-5af15f0465ef",
      "0c0f8e3b-e1c8-40e4-981b-2b743978f525"
    ],
    "Groups": [
      "5246fb7d-63c8-4ddd-9ddf-529e27523a82",
      "a28af8d3-d062-4365-ac7c-b544448f3637"
    ],
    "Opportunities": [
      "36e07cca-eadc-4856-82b4-55f873ca45ce",
      "e3787b3e-a608-40c0-bc41-ded305374fe1"
    ]
  }
}