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": "0ad670da-0b6b-4559-80ea-2d2c6dc415c8",
  "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-08-29T12:42:55Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "3e5fe60e-e63a-4e63-b5d5-c5f37f3883d8",
  "EditDate": "2026-08-29T12:42:55Z",
  "CreateDate": "2026-08-29T12:42:55Z",
  "StartTime": "2026-08-29T12:42:55Z",
  "EndTime": "2026-08-29T12:42:55Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "f98aa835-c395-489f-8d7b-a71f2485d83c",
      "7317649e-ded8-48ca-88ae-75ff2835a1c6"
    ],
    "Companies": [
      "5bf6c6f8-baef-49b8-b4c8-b17ceab6c7db",
      "16d11ebb-d2ef-43f2-9e34-d7b6f739b18e"
    ],
    "Groups": [
      "578653fe-fc06-4595-8c11-c01913d16db3",
      "e91fc420-2879-4f56-8f17-67cec416a696"
    ],
    "Opportunities": [
      "15ba65b6-7b14-4341-a692-0a6adb82f2f8",
      "ec6613a4-9888-427b-b9cc-1f74b38f5466"
    ]
  }
}