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": "1aaae3ac-9432-41eb-b144-0a4017a63500",
  "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-08-21T15:32:54Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "d67e4562-2238-496c-84e0-053af9296830",
  "EditDate": "2025-08-21T15:32:54Z",
  "CreateDate": "2025-08-21T15:32:54Z",
  "StartTime": "2025-08-21T15:32:54Z",
  "EndTime": "2025-08-21T15:32:54Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "cbec111a-0936-469b-ab7c-0323a7434cac",
      "492db138-74bf-48f4-bb17-c76400d31a21"
    ],
    "Companies": [
      "d8641fb3-03a8-4f51-b2d0-534ccbed1004",
      "e98b9a67-78ef-4855-af12-3cd795dd6197"
    ],
    "Groups": [
      "c13bf4c1-4462-4ebb-9dda-1c7bc6548d58",
      "5a79e3cb-cd99-4249-8af1-87a592f4f628"
    ],
    "Opportunities": [
      "e66f89d4-30ef-4b37-a7f8-65f970806a2b",
      "c2f73041-2424-433e-8068-f06fad8bed76"
    ]
  }
}