GET api/ZoomApi/Details/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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-21T17:16:19.9121377+05:30",
"EntryPerson": "sample string 7"
}
application/xml, text/xml
Sample:
<ZoomApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass"> <DoctorId>sample string 5</DoctorId> <EntryPerson>sample string 7</EntryPerson> <Entrydate>2025-12-21T17:16:19.9121377+05:30</Entrydate> <HostURL>sample string 2</HostURL> <JoinURL>sample string 3</JoinURL> <RegNo>sample string 4</RegNo> <TableId>1</TableId> </ZoomApi>