GET api/GecmisRandevular?HkimlikId={HkimlikId}&SubeId={SubeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| HkimlikId | integer | 
                                 Required  | 
                |
| SubeId | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of MEDWEB_GECMISRANDEVULAR_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| RTARIH | date | 
                             None.  | 
                |
| RSAAT | string | 
                             None.  | 
                |
| BOLUMADI | string | 
                             None.  | 
                |
| DRADI | string | 
                             None.  | 
                |
| TEL | string | 
                             None.  | 
                |
| RACIKLAMA | string | 
                             None.  | 
                |
| RANDEVUID | integer | 
                             None.  | 
                |
| IPTALEDILEBILIR | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "RTARIH": "2025-11-04T14:18:37.2595095+03:00",
    "RSAAT": "sample string 2",
    "BOLUMADI": "sample string 3",
    "DRADI": "sample string 4",
    "TEL": "sample string 5",
    "RACIKLAMA": "sample string 6",
    "RANDEVUID": 7,
    "IPTALEDILEBILIR": 8
  },
  {
    "RTARIH": "2025-11-04T14:18:37.2595095+03:00",
    "RSAAT": "sample string 2",
    "BOLUMADI": "sample string 3",
    "DRADI": "sample string 4",
    "TEL": "sample string 5",
    "RACIKLAMA": "sample string 6",
    "RANDEVUID": 7,
    "IPTALEDILEBILIR": 8
  }
]
        text/html
            Sample:
        
[{"RTARIH":"2025-11-04T14:18:37.2595095+03:00","RSAAT":"sample string 2","BOLUMADI":"sample string 3","DRADI":"sample string 4","TEL":"sample string 5","RACIKLAMA":"sample string 6","RANDEVUID":7,"IPTALEDILEBILIR":8},{"RTARIH":"2025-11-04T14:18:37.2595095+03:00","RSAAT":"sample string 2","BOLUMADI":"sample string 3","DRADI":"sample string 4","TEL":"sample string 5","RACIKLAMA":"sample string 6","RANDEVUID":7,"IPTALEDILEBILIR":8}]
        application/xml, text/xml
            Sample:
<ArrayOfMEDWEB_GECMISRANDEVULAR_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_GECMISRANDEVULAR_Result>
    <BOLUMADI>sample string 3</BOLUMADI>
    <DRADI>sample string 4</DRADI>
    <IPTALEDILEBILIR>8</IPTALEDILEBILIR>
    <RACIKLAMA>sample string 6</RACIKLAMA>
    <RANDEVUID>7</RANDEVUID>
    <RSAAT>sample string 2</RSAAT>
    <RTARIH>2025-11-04T14:18:37.2595095+03:00</RTARIH>
    <TEL>sample string 5</TEL>
  </MEDWEB_GECMISRANDEVULAR_Result>
  <MEDWEB_GECMISRANDEVULAR_Result>
    <BOLUMADI>sample string 3</BOLUMADI>
    <DRADI>sample string 4</DRADI>
    <IPTALEDILEBILIR>8</IPTALEDILEBILIR>
    <RACIKLAMA>sample string 6</RACIKLAMA>
    <RANDEVUID>7</RANDEVUID>
    <RSAAT>sample string 2</RSAAT>
    <RTARIH>2025-11-04T14:18:37.2595095+03:00</RTARIH>
    <TEL>sample string 5</TEL>
  </MEDWEB_GECMISRANDEVULAR_Result>
</ArrayOfMEDWEB_GECMISRANDEVULAR_Result>