GET api/contactlogentries/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataSourceResultOfContactLogEntryItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ContactLogEntryItemModel |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"contact_log_id": "0b347c08-ac44-4e23-8ff9-2491df754a02",
"account_id": "ff770842-7a13-4142-bf01-b7f9937508e4",
"contact_date": "2026-04-10T20:19:33.1084824+08:00",
"contact_by": "sample string 4",
"contact_by_thumbnail_url": "sample string 5",
"contact_method": "sample string 6",
"contact_duration": 7,
"message_id": "dd87ede4-4e05-44b2-b141-2a7f945bf5a8",
"sender_display_name": "sample string 8",
"sent_items": true,
"notes": "sample string 10",
"survey_id": "6de24b01-686f-42ce-992a-1c8135fc8826",
"survey_response_id": "82cdcd60-daac-4065-9197-d2bbe60d3f69",
"favourite": true,
"appointments": [
{
"start_date_utc": "2026-04-10T20:19:33.1084824+08:00",
"start_date": "2026-04-10T20:19:33.1084824+08:00",
"id": "e92d2a3b-f771-4abb-88ab-1f4d32912eb1"
},
{
"start_date_utc": "2026-04-10T20:19:33.1084824+08:00",
"start_date": "2026-04-10T20:19:33.1084824+08:00",
"id": "e92d2a3b-f771-4abb-88ab-1f4d32912eb1"
}
],
"id": "362be91a-4b25-474f-bbaa-543d48c55fed"
},
{
"contact_log_id": "0b347c08-ac44-4e23-8ff9-2491df754a02",
"account_id": "ff770842-7a13-4142-bf01-b7f9937508e4",
"contact_date": "2026-04-10T20:19:33.1084824+08:00",
"contact_by": "sample string 4",
"contact_by_thumbnail_url": "sample string 5",
"contact_method": "sample string 6",
"contact_duration": 7,
"message_id": "dd87ede4-4e05-44b2-b141-2a7f945bf5a8",
"sender_display_name": "sample string 8",
"sent_items": true,
"notes": "sample string 10",
"survey_id": "6de24b01-686f-42ce-992a-1c8135fc8826",
"survey_response_id": "82cdcd60-daac-4065-9197-d2bbe60d3f69",
"favourite": true,
"appointments": [
{
"start_date_utc": "2026-04-10T20:19:33.1084824+08:00",
"start_date": "2026-04-10T20:19:33.1084824+08:00",
"id": "e92d2a3b-f771-4abb-88ab-1f4d32912eb1"
},
{
"start_date_utc": "2026-04-10T20:19:33.1084824+08:00",
"start_date": "2026-04-10T20:19:33.1084824+08:00",
"id": "e92d2a3b-f771-4abb-88ab-1f4d32912eb1"
}
],
"id": "362be91a-4b25-474f-bbaa-543d48c55fed"
}
],
"total": 1
}
application/xml, text/xml
Sample:
<DataSourceResultOfContactLogEntryItemModelihvqq9wh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Infrastructure.DataSource">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models">
<d2p1:ContactLogEntryItemModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">362be91a-4b25-474f-bbaa-543d48c55fed</Id>
<d2p1:AccountId>ff770842-7a13-4142-bf01-b7f9937508e4</d2p1:AccountId>
<d2p1:Appointments>
<d2p1:AppointmentLinkedListModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">e92d2a3b-f771-4abb-88ab-1f4d32912eb1</Id>
<d2p1:StartDate>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDate>
<d2p1:StartDateUtc>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDateUtc>
</d2p1:AppointmentLinkedListModel>
<d2p1:AppointmentLinkedListModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">e92d2a3b-f771-4abb-88ab-1f4d32912eb1</Id>
<d2p1:StartDate>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDate>
<d2p1:StartDateUtc>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDateUtc>
</d2p1:AppointmentLinkedListModel>
</d2p1:Appointments>
<d2p1:ContactBy>sample string 4</d2p1:ContactBy>
<d2p1:ContactByThumbnailUrl>sample string 5</d2p1:ContactByThumbnailUrl>
<d2p1:ContactDate>2026-04-10T20:19:33.1084824+08:00</d2p1:ContactDate>
<d2p1:ContactDuration>7</d2p1:ContactDuration>
<d2p1:ContactLogId>0b347c08-ac44-4e23-8ff9-2491df754a02</d2p1:ContactLogId>
<d2p1:ContactMethod>sample string 6</d2p1:ContactMethod>
<d2p1:Favourite>true</d2p1:Favourite>
<d2p1:MessageId>dd87ede4-4e05-44b2-b141-2a7f945bf5a8</d2p1:MessageId>
<d2p1:Notes>sample string 10</d2p1:Notes>
<d2p1:SenderDisplayName>sample string 8</d2p1:SenderDisplayName>
<d2p1:SentItems>true</d2p1:SentItems>
<d2p1:SurveyId>6de24b01-686f-42ce-992a-1c8135fc8826</d2p1:SurveyId>
<d2p1:SurveyResponseId>82cdcd60-daac-4065-9197-d2bbe60d3f69</d2p1:SurveyResponseId>
</d2p1:ContactLogEntryItemModel>
<d2p1:ContactLogEntryItemModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">362be91a-4b25-474f-bbaa-543d48c55fed</Id>
<d2p1:AccountId>ff770842-7a13-4142-bf01-b7f9937508e4</d2p1:AccountId>
<d2p1:Appointments>
<d2p1:AppointmentLinkedListModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">e92d2a3b-f771-4abb-88ab-1f4d32912eb1</Id>
<d2p1:StartDate>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDate>
<d2p1:StartDateUtc>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDateUtc>
</d2p1:AppointmentLinkedListModel>
<d2p1:AppointmentLinkedListModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">e92d2a3b-f771-4abb-88ab-1f4d32912eb1</Id>
<d2p1:StartDate>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDate>
<d2p1:StartDateUtc>2026-04-10T20:19:33.1084824+08:00</d2p1:StartDateUtc>
</d2p1:AppointmentLinkedListModel>
</d2p1:Appointments>
<d2p1:ContactBy>sample string 4</d2p1:ContactBy>
<d2p1:ContactByThumbnailUrl>sample string 5</d2p1:ContactByThumbnailUrl>
<d2p1:ContactDate>2026-04-10T20:19:33.1084824+08:00</d2p1:ContactDate>
<d2p1:ContactDuration>7</d2p1:ContactDuration>
<d2p1:ContactLogId>0b347c08-ac44-4e23-8ff9-2491df754a02</d2p1:ContactLogId>
<d2p1:ContactMethod>sample string 6</d2p1:ContactMethod>
<d2p1:Favourite>true</d2p1:Favourite>
<d2p1:MessageId>dd87ede4-4e05-44b2-b141-2a7f945bf5a8</d2p1:MessageId>
<d2p1:Notes>sample string 10</d2p1:Notes>
<d2p1:SenderDisplayName>sample string 8</d2p1:SenderDisplayName>
<d2p1:SentItems>true</d2p1:SentItems>
<d2p1:SurveyId>6de24b01-686f-42ce-992a-1c8135fc8826</d2p1:SurveyId>
<d2p1:SurveyResponseId>82cdcd60-daac-4065-9197-d2bbe60d3f69</d2p1:SurveyResponseId>
</d2p1:ContactLogEntryItemModel>
</Data>
<Total>1</Total>
</DataSourceResultOfContactLogEntryItemModelihvqq9wh>