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": "1f781cf4-dbb6-4e6c-bec8-d83c8e613777",
  "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-03-02T17:27:19Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "7e09a481-e05c-4cae-804d-470f89a4bc16",
  "EditDate": "2026-03-02T17:27:19Z",
  "CreateDate": "2026-03-02T17:27:19Z",
  "StartTime": "2026-03-02T17:27:19Z",
  "EndTime": "2026-03-02T17:27:19Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "a7395833-ef9c-4744-8a77-8906d42ab94c",
      "2bdec34f-b64f-44cd-8105-58b6bf183ed8"
    ],
    "Companies": [
      "bda666cd-4094-4d9e-b428-6c678437c107",
      "9c5a1b45-44ec-47ea-9cfe-78a100435c80"
    ],
    "Groups": [
      "5c860685-dccb-42e9-a0f2-90478b86a6d3",
      "4809b8a2-d800-4238-b1e8-7ee48c2b95ae"
    ],
    "Opportunities": [
      "b4321570-e264-4f8d-8a02-47584aac6970",
      "48e9d63a-2106-4098-a8b3-d85a382451b5"
    ]
  }
}