POST hasta/GecmisTetkikKartGoruntu?TetkikKartId={TetkikKartId}&Offset={Offset}&Rownum={Rownum}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TetkikKartId | integer |
Required |
|
Offset | integer |
Required |
|
Rownum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_GECMISTETKIKKARTGORUNTU_ResultName | Description | Type | Additional information |
---|---|---|---|
ISLEMADI | string |
None. |
|
TARIH | date |
None. |
|
ACIKLAMA | string |
None. |
|
GORUNTU | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ISLEMADI": "sample string 1", "TARIH": "2025-04-04T03:18:13.2929731+03:00", "ACIKLAMA": "sample string 2", "GORUNTU": "QEA=" }, { "ISLEMADI": "sample string 1", "TARIH": "2025-04-04T03:18:13.2929731+03:00", "ACIKLAMA": "sample string 2", "GORUNTU": "QEA=" } ]
text/html
Sample:
[{"ISLEMADI":"sample string 1","TARIH":"2025-04-04T03:18:13.2929731+03:00","ACIKLAMA":"sample string 2","GORUNTU":"QEA="},{"ISLEMADI":"sample string 1","TARIH":"2025-04-04T03:18:13.2929731+03:00","ACIKLAMA":"sample string 2","GORUNTU":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_GECMISTETKIKKARTGORUNTU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <FNMED_GECMISTETKIKKARTGORUNTU_Result> <ACIKLAMA>sample string 2</ACIKLAMA> <GORUNTU>QEA=</GORUNTU> <ISLEMADI>sample string 1</ISLEMADI> <TARIH>2025-04-04T03:18:13.2929731+03:00</TARIH> </FNMED_GECMISTETKIKKARTGORUNTU_Result> <FNMED_GECMISTETKIKKARTGORUNTU_Result> <ACIKLAMA>sample string 2</ACIKLAMA> <GORUNTU>QEA=</GORUNTU> <ISLEMADI>sample string 1</ISLEMADI> <TARIH>2025-04-04T03:18:13.2929731+03:00</TARIH> </FNMED_GECMISTETKIKKARTGORUNTU_Result> </ArrayOfFNMED_GECMISTETKIKKARTGORUNTU_Result>