GET doctors/sessions/time-slots?doctorClinicId={doctorClinicId}&sessionId={sessionId}&onDate={onDate}&patientEmr={patientEmr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| doctorClinicId | globally unique identifier |
Required |
|
| sessionId | globally unique identifier |
Required |
|
| onDate | string |
Required |
|
| patientEmr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfSessionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | SessionInfo |
None. |
|
| Messages | Collection of string |
None. |
|
| Succeeded | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"SlotMessageTextOne": "sample string 1",
"SlotMessageTextTwo": "sample string 2",
"SlotMessageTextThree": "sample string 3",
"SlotTypeMassegeVisible": true,
"SlotList": [
{
"SlotSrNo": 1,
"SlotText": "sample string 2",
"SlotTime": "2025-12-06T16:45:55.2831433+05:30",
"Status": "sample string 4",
"IsAvailable": true,
"IsFollowupPatient": true,
"IsSlotSelectable": true,
"SlotType": 8,
"SlotTypeName": "sample string 9",
"FormattedSlotTime": "06/12/2025 16:45:55",
"SlotDisplayBackColor": "inherit",
"SlotDisplayForeColor": "inherit",
"SlotStatusColor": "green"
},
{
"SlotSrNo": 1,
"SlotText": "sample string 2",
"SlotTime": "2025-12-06T16:45:55.2831433+05:30",
"Status": "sample string 4",
"IsAvailable": true,
"IsFollowupPatient": true,
"IsSlotSelectable": true,
"SlotType": 8,
"SlotTypeName": "sample string 9",
"FormattedSlotTime": "06/12/2025 16:45:55",
"SlotDisplayBackColor": "inherit",
"SlotDisplayForeColor": "inherit",
"SlotStatusColor": "green"
}
]
},
"Messages": [
"sample string 1",
"sample string 2"
],
"Succeeded": true
}
application/xml, text/xml
Sample:
<ResultOfSessionInfo6MSA0GaG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZoeLife.Shared.Wrapper">
<Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Messages>
<Succeeded>true</Succeeded>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZoeLife.BusinessEntities">
<d2p1:SlotList>
<d2p1:SlotInfo>
<d2p1:IsAvailable>true</d2p1:IsAvailable>
<d2p1:IsFollowupPatient>true</d2p1:IsFollowupPatient>
<d2p1:IsSlotSelectable>true</d2p1:IsSlotSelectable>
<d2p1:SlotSrNo>1</d2p1:SlotSrNo>
<d2p1:SlotText>sample string 2</d2p1:SlotText>
<d2p1:SlotTime>2025-12-06T16:45:55.2831433+05:30</d2p1:SlotTime>
<d2p1:SlotType>8</d2p1:SlotType>
<d2p1:SlotTypeName>sample string 9</d2p1:SlotTypeName>
<d2p1:Status>sample string 4</d2p1:Status>
</d2p1:SlotInfo>
<d2p1:SlotInfo>
<d2p1:IsAvailable>true</d2p1:IsAvailable>
<d2p1:IsFollowupPatient>true</d2p1:IsFollowupPatient>
<d2p1:IsSlotSelectable>true</d2p1:IsSlotSelectable>
<d2p1:SlotSrNo>1</d2p1:SlotSrNo>
<d2p1:SlotText>sample string 2</d2p1:SlotText>
<d2p1:SlotTime>2025-12-06T16:45:55.2831433+05:30</d2p1:SlotTime>
<d2p1:SlotType>8</d2p1:SlotType>
<d2p1:SlotTypeName>sample string 9</d2p1:SlotTypeName>
<d2p1:Status>sample string 4</d2p1:Status>
</d2p1:SlotInfo>
</d2p1:SlotList>
<d2p1:SlotMessageTextOne>sample string 1</d2p1:SlotMessageTextOne>
<d2p1:SlotMessageTextThree>sample string 3</d2p1:SlotMessageTextThree>
<d2p1:SlotMessageTextTwo>sample string 2</d2p1:SlotMessageTextTwo>
<d2p1:SlotTypeMassegeVisible>true</d2p1:SlotTypeMassegeVisible>
</Data>
</ResultOfSessionInfo6MSA0GaG>