GET api/GecmisTetkikKartGoruntu?TetkikKartId={TetkikKartId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TetkikKartId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_GECMISTETKIKKARTGORUNTU_Result
NameDescriptionTypeAdditional 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": "2024-09-24T03:23:10.9706097+03:00",
    "ACIKLAMA": "sample string 2",
    "GORUNTU": "QEA="
  },
  {
    "ISLEMADI": "sample string 1",
    "TARIH": "2024-09-24T03:23:10.9706097+03:00",
    "ACIKLAMA": "sample string 2",
    "GORUNTU": "QEA="
  }
]

text/html

Sample:
[{"ISLEMADI":"sample string 1","TARIH":"2024-09-24T03:23:10.9706097+03:00","ACIKLAMA":"sample string 2","GORUNTU":"QEA="},{"ISLEMADI":"sample string 1","TARIH":"2024-09-24T03:23:10.9706097+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>2024-09-24T03:23:10.9706097+03:00</TARIH>
  </MEDWEB_GECMISTETKIKKARTGORUNTU_Result>
  <MEDWEB_GECMISTETKIKKARTGORUNTU_Result>
    <ACIKLAMA>sample string 2</ACIKLAMA>
    <GORUNTU>QEA=</GORUNTU>
    <ISLEMADI>sample string 1</ISLEMADI>
    <TARIH>2024-09-24T03:23:10.9706097+03:00</TARIH>
  </MEDWEB_GECMISTETKIKKARTGORUNTU_Result>
</ArrayOfMEDWEB_GECMISTETKIKKARTGORUNTU_Result>