GET api/Client_MDT_Contacts/GetClientReportByStartAndEndDate?ClientID={ClientID}&StartDate={StartDate}&EndDate={EndDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
Required |
|
| StartDate | string |
Required |
|
| EndDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MDTContactReportClientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| ClientName | string |
None. |
|
| DOB | date |
None. |
|
| IsActive | boolean |
None. |
|
| ID | integer |
None. |
|
| InAppointment | boolean |
None. |
|
| AppointmentDate | date |
None. |
|
| AppointmentTime | string |
None. |
|
| ContactReason | string |
None. |
|
| OutcomeOfTheAppointment | string |
None. |
|
| DetailsOfTheProfessionalInvolved | string |
None. |
|
| Confirmation | boolean |
None. |
|
| CompletedBy | integer |
None. |
|
| Username | string |
None. |
|
| Shift | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ClientID": 1,
"ClientName": "sample string 2",
"DOB": "2026-06-30T14:18:42.473093+01:00",
"IsActive": true,
"ID": 3,
"InAppointment": true,
"AppointmentDate": "2026-06-30T14:18:42.4735999+01:00",
"AppointmentTime": "sample string 4",
"ContactReason": "sample string 5",
"OutcomeOfTheAppointment": "sample string 6",
"DetailsOfTheProfessionalInvolved": "sample string 7",
"Confirmation": true,
"CompletedBy": 1,
"Username": "sample string 8",
"Shift": "sample string 9",
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:18:42.4735999+01:00",
"UpdatedDate": "2026-06-30T14:18:42.4735999+01:00"
},
{
"ClientID": 1,
"ClientName": "sample string 2",
"DOB": "2026-06-30T14:18:42.473093+01:00",
"IsActive": true,
"ID": 3,
"InAppointment": true,
"AppointmentDate": "2026-06-30T14:18:42.4735999+01:00",
"AppointmentTime": "sample string 4",
"ContactReason": "sample string 5",
"OutcomeOfTheAppointment": "sample string 6",
"DetailsOfTheProfessionalInvolved": "sample string 7",
"Confirmation": true,
"CompletedBy": 1,
"Username": "sample string 8",
"Shift": "sample string 9",
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:18:42.4735999+01:00",
"UpdatedDate": "2026-06-30T14:18:42.4735999+01:00"
}
]
text/xml
Sample:
<ArrayOfMDTContactReportClientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
<MDTContactReportClientModel>
<AppointmentDate>2026-06-30T14:18:42.4735999+01:00</AppointmentDate>
<AppointmentTime>sample string 4</AppointmentTime>
<ClientID>1</ClientID>
<ClientName>sample string 2</ClientName>
<CompletedBy>1</CompletedBy>
<Confirmation>true</Confirmation>
<ContactReason>sample string 5</ContactReason>
<CreatedDate>2026-06-30T14:18:42.4735999+01:00</CreatedDate>
<DOB>2026-06-30T14:18:42.473093+01:00</DOB>
<DetailsOfTheProfessionalInvolved>sample string 7</DetailsOfTheProfessionalInvolved>
<ID>3</ID>
<InAppointment>true</InAppointment>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<OutcomeOfTheAppointment>sample string 6</OutcomeOfTheAppointment>
<Shift>sample string 9</Shift>
<UpdatedDate>2026-06-30T14:18:42.4735999+01:00</UpdatedDate>
<Username>sample string 8</Username>
</MDTContactReportClientModel>
<MDTContactReportClientModel>
<AppointmentDate>2026-06-30T14:18:42.4735999+01:00</AppointmentDate>
<AppointmentTime>sample string 4</AppointmentTime>
<ClientID>1</ClientID>
<ClientName>sample string 2</ClientName>
<CompletedBy>1</CompletedBy>
<Confirmation>true</Confirmation>
<ContactReason>sample string 5</ContactReason>
<CreatedDate>2026-06-30T14:18:42.4735999+01:00</CreatedDate>
<DOB>2026-06-30T14:18:42.473093+01:00</DOB>
<DetailsOfTheProfessionalInvolved>sample string 7</DetailsOfTheProfessionalInvolved>
<ID>3</ID>
<InAppointment>true</InAppointment>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<OutcomeOfTheAppointment>sample string 6</OutcomeOfTheAppointment>
<Shift>sample string 9</Shift>
<UpdatedDate>2026-06-30T14:18:42.4735999+01:00</UpdatedDate>
<Username>sample string 8</Username>
</MDTContactReportClientModel>
</ArrayOfMDTContactReportClientModel>