GET api/GecmisReceteler?KimlikId={KimlikId}&SubeId={SubeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| KimlikId | integer |
Required |
|
| SubeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MEDWEB_GECMISRECETELER_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| BOLUMADI | string |
None. |
|
| DRADI | string |
None. |
|
| RECTARIH | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BOLUMADI": "sample string 1",
"DRADI": "sample string 2",
"RECTARIH": "2025-12-22T14:43:58.5198206+03:00"
},
{
"BOLUMADI": "sample string 1",
"DRADI": "sample string 2",
"RECTARIH": "2025-12-22T14:43:58.5198206+03:00"
}
]
text/html
Sample:
[{"BOLUMADI":"sample string 1","DRADI":"sample string 2","RECTARIH":"2025-12-22T14:43:58.5198206+03:00"},{"BOLUMADI":"sample string 1","DRADI":"sample string 2","RECTARIH":"2025-12-22T14:43:58.5198206+03:00"}]
application/xml, text/xml
Sample:
<ArrayOfMEDWEB_GECMISRECETELER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
<MEDWEB_GECMISRECETELER_Result>
<BOLUMADI>sample string 1</BOLUMADI>
<DRADI>sample string 2</DRADI>
<RECTARIH>2025-12-22T14:43:58.5198206+03:00</RECTARIH>
</MEDWEB_GECMISRECETELER_Result>
<MEDWEB_GECMISRECETELER_Result>
<BOLUMADI>sample string 1</BOLUMADI>
<DRADI>sample string 2</DRADI>
<RECTARIH>2025-12-22T14:43:58.5198206+03:00</RECTARIH>
</MEDWEB_GECMISRECETELER_Result>
</ArrayOfMEDWEB_GECMISRECETELER_Result>