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": "fe113d80-5d28-482c-923e-bff2511444f9",
  "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-01-14T05:24:58Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "57bc6988-debe-4666-87f5-9014eb13a1a3",
  "EditDate": "2026-01-14T05:24:58Z",
  "CreateDate": "2026-01-14T05:24:58Z",
  "StartTime": "2026-01-14T05:24:58Z",
  "EndTime": "2026-01-14T05:24:58Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "703bec28-9f1f-481b-a2a4-968342b7ea6f",
      "3599fc4b-e3ae-48d2-8189-d12adc7668e2"
    ],
    "Companies": [
      "57fc79cb-945d-4b23-acde-28ed529aeeef",
      "960ab14b-406c-4f14-a220-b19cc64feab2"
    ],
    "Groups": [
      "ae32c72d-28a3-4e78-a4ff-535f3de14c43",
      "9b53a0c9-c2d1-4fa6-961a-9bbdb02105e1"
    ],
    "Opportunities": [
      "ea7802fb-2701-4ca0-bb11-c2c8710ac52b",
      "a27eec6a-905e-4d6f-857a-c4bd482bb436"
    ]
  }
}