GET 17.0/database/contactcalllog/{id}

Description

Retrieve Contact Call Log

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Type

integer

None.

StartDate

date

None.

EndDate

date

None.

TelephoneNumber

string

String length: inclusive between 0 and 30

Status

integer

None.

ContactID

integer

None.

TaskID

integer

None.

UserID

integer

None.

SiteID

integer

None.

ExternalCallID

string

String length: inclusive between 0 and 50

CallLogID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 2,
  "startDate": "2025-01-09T20:32",
  "endDate": "2025-01-09T20:32",
  "telephoneNumber": "sample string 5",
  "status": 6,
  "contactID": 7,
  "taskID": 8,
  "userID": 9,
  "siteID": 10,
  "externalCallID": "sample string 11",
  "callLogID": 12
}

application/xml, text/xml

Sample:
<ContactCallLog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>2</Type>
  <StartDate>2025-01-09T20:32:33.076197+00:00</StartDate>
  <EndDate>2025-01-09T20:32:33.076197+00:00</EndDate>
  <TelephoneNumber>sample string 5</TelephoneNumber>
  <Status>6</Status>
  <ContactID>7</ContactID>
  <TaskID>8</TaskID>
  <UserID>9</UserID>
  <SiteID>10</SiteID>
  <ExternalCallID>sample string 11</ExternalCallID>
  <CallLogID>12</CallLogID>
</ContactCallLog>