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": "874fdf49-2399-4720-b9fe-ed67da7f7c7d",
  "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-07-05T10:05:11Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "d4900475-90b4-4015-9155-651a6a54d42d",
  "EditDate": "2025-07-05T10:05:11Z",
  "CreateDate": "2025-07-05T10:05:11Z",
  "StartTime": "2025-07-05T10:05:11Z",
  "EndTime": "2025-07-05T10:05:11Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "5dca0e67-07ac-488d-a067-ed0f26e4556f",
      "ea38291c-f4ee-453f-b19a-25d6c8c78363"
    ],
    "Companies": [
      "821aed73-527b-451c-adba-5f5061a497e6",
      "a3db82c5-0a66-4518-932a-86d336c0f6f6"
    ],
    "Groups": [
      "7fff56c3-8976-4e3b-9523-07b7b9f4d500",
      "846ea68d-6ce7-426c-a8a7-fdc7e49a3a0f"
    ],
    "Opportunities": [
      "b25da33d-6405-4f43-9a07-6fcecb11353b",
      "3977cd87-e23e-4b98-836c-342230165389"
    ]
  }
}