GET api/GecmisTetkikKartGoruntu?TetkikKartId={TetkikKartId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TetkikKartId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MEDWEB_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:09:35.01188+03:00", "ACIKLAMA": "sample string 2", "GORUNTU": "QEA=" }, { "ISLEMADI": "sample string 1", "TARIH": "2025-04-04T03:09:35.01188+03:00", "ACIKLAMA": "sample string 2", "GORUNTU": "QEA=" } ]
text/html
Sample:
[{"ISLEMADI":"sample string 1","TARIH":"2025-04-04T03:09:35.01188+03:00","ACIKLAMA":"sample string 2","GORUNTU":"QEA="},{"ISLEMADI":"sample string 1","TARIH":"2025-04-04T03:09:35.01188+03:00","ACIKLAMA":"sample string 2","GORUNTU":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfMEDWEB_GECMISTETKIKKARTGORUNTU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <MEDWEB_GECMISTETKIKKARTGORUNTU_Result> <ACIKLAMA>sample string 2</ACIKLAMA> <GORUNTU>QEA=</GORUNTU> <ISLEMADI>sample string 1</ISLEMADI> <TARIH>2025-04-04T03:09:35.01188+03:00</TARIH> </MEDWEB_GECMISTETKIKKARTGORUNTU_Result> <MEDWEB_GECMISTETKIKKARTGORUNTU_Result> <ACIKLAMA>sample string 2</ACIKLAMA> <GORUNTU>QEA=</GORUNTU> <ISLEMADI>sample string 1</ISLEMADI> <TARIH>2025-04-04T03:09:35.01188+03:00</TARIH> </MEDWEB_GECMISTETKIKKARTGORUNTU_Result> </ArrayOfMEDWEB_GECMISTETKIKKARTGORUNTU_Result>