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": "5de575d9-8eb5-411f-95cf-f4d4bb80a58f",
  "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-12-15T13:42:12Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "ea664a46-92fb-44e2-a462-4156c077cc43",
  "EditDate": "2025-12-15T13:42:12Z",
  "CreateDate": "2025-12-15T13:42:12Z",
  "StartTime": "2025-12-15T13:42:12Z",
  "EndTime": "2025-12-15T13:42:12Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "54a4a1d4-7715-4145-8115-63c820534433",
      "bace5741-dd90-4da8-97a4-49dbd34b5d63"
    ],
    "Companies": [
      "26021b69-8bb6-4c30-9fb5-a7635cc26919",
      "b6f6f519-2939-4c03-bc63-6037f86a70b8"
    ],
    "Groups": [
      "92268eb9-89ed-4d91-92d7-826fe7439451",
      "4149d7b1-d65d-4050-be7d-4640932b5e3e"
    ],
    "Opportunities": [
      "bfaab4f6-e0a2-4631-bd87-2e0f34c9f2ed",
      "d1f2e9be-d0ac-4f1e-b957-4722d3b6208c"
    ]
  }
}