GET hasta/GecmisTetkikGoruntu?TetkikId={TetkikId}&Offset={Offset}&Rownum={Rownum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TetkikId | integer |
Required |
|
| Offset | integer |
Required |
|
| Rownum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_GECMISTETKIKGORUNTU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TARIH | date |
None. |
|
| ACIKLAMA | string |
None. |
|
| GORUNTU | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TARIH": "2025-12-22T14:55:39.3566745+03:00",
"ACIKLAMA": "sample string 1",
"GORUNTU": "QEA="
},
{
"TARIH": "2025-12-22T14:55:39.3566745+03:00",
"ACIKLAMA": "sample string 1",
"GORUNTU": "QEA="
}
]
text/html
Sample:
[{"TARIH":"2025-12-22T14:55:39.3566745+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="},{"TARIH":"2025-12-22T14:55:39.3566745+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_GECMISTETKIKGORUNTU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
<FNMED_GECMISTETKIKGORUNTU_Result>
<ACIKLAMA>sample string 1</ACIKLAMA>
<GORUNTU>QEA=</GORUNTU>
<TARIH>2025-12-22T14:55:39.3566745+03:00</TARIH>
</FNMED_GECMISTETKIKGORUNTU_Result>
<FNMED_GECMISTETKIKGORUNTU_Result>
<ACIKLAMA>sample string 1</ACIKLAMA>
<GORUNTU>QEA=</GORUNTU>
<TARIH>2025-12-22T14:55:39.3566745+03:00</TARIH>
</FNMED_GECMISTETKIKGORUNTU_Result>
</ArrayOfFNMED_GECMISTETKIKGORUNTU_Result>