GET api/ZoomApi/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ZoomApi| Name | Description | Type | Additional information |
|---|---|---|---|
| TableId | integer |
None. |
|
| HostURL | string |
None. |
|
| JoinURL | string |
None. |
|
| RegNo | string |
None. |
|
| DoctorId | string |
None. |
|
| Entrydate | date |
None. |
|
| EntryPerson | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TableId": 1,
"HostURL": "sample string 2",
"JoinURL": "sample string 3",
"RegNo": "sample string 4",
"DoctorId": "sample string 5",
"Entrydate": "2025-12-21T15:27:41.3105132+05:30",
"EntryPerson": "sample string 7"
},
{
"TableId": 1,
"HostURL": "sample string 2",
"JoinURL": "sample string 3",
"RegNo": "sample string 4",
"DoctorId": "sample string 5",
"Entrydate": "2025-12-21T15:27:41.3105132+05:30",
"EntryPerson": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfZoomApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
<ZoomApi>
<DoctorId>sample string 5</DoctorId>
<EntryPerson>sample string 7</EntryPerson>
<Entrydate>2025-12-21T15:27:41.3105132+05:30</Entrydate>
<HostURL>sample string 2</HostURL>
<JoinURL>sample string 3</JoinURL>
<RegNo>sample string 4</RegNo>
<TableId>1</TableId>
</ZoomApi>
<ZoomApi>
<DoctorId>sample string 5</DoctorId>
<EntryPerson>sample string 7</EntryPerson>
<Entrydate>2025-12-21T15:27:41.3105132+05:30</Entrydate>
<HostURL>sample string 2</HostURL>
<JoinURL>sample string 3</JoinURL>
<RegNo>sample string 4</RegNo>
<TableId>1</TableId>
</ZoomApi>
</ArrayOfZoomApi>