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": "c99d5f6e-936e-4e28-9a1d-718c15f5f82d",
  "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-19T05:59:34Z",
    "FileType": "sample string 4",
    "FileExtension": "sample string 5",
    "FileName": "sample string 6",
    "Personal": true,
    "Shortcut": true
  },
  "IsPrivate": true,
  "ManageUserId": "3c3514d6-003f-4aec-a0a9-dbb5b9ba8697",
  "EditDate": "2025-07-19T05:59:34Z",
  "CreateDate": "2025-07-19T05:59:34Z",
  "StartTime": "2025-07-19T05:59:34Z",
  "EndTime": "2025-07-19T05:59:34Z",
  "Details": "sample string 12",
  "LinkedEntities": {
    "Contacts": [
      "ee40ad5f-89c6-4b86-9350-935f3815c200",
      "736979ea-37d3-4e8b-bb6e-61c974f799f3"
    ],
    "Companies": [
      "0a367c8d-3b2f-4cc1-bea1-6f2e92f91410",
      "778ae142-dd55-478e-9035-adfdb5eebaf9"
    ],
    "Groups": [
      "eaade1b9-8c33-469f-9652-9f811b655f0c",
      "ecee4aa8-f33b-4b53-9e1f-65287c24b66a"
    ],
    "Opportunities": [
      "070f6066-8ecd-4cb8-b166-80080a775817",
      "619f1c2f-c760-4786-a1cf-a633d91846c1"
    ]
  }
}