GET hasta/GecmisTetkikGoruntu?TetkikId={TetkikId}&Offset={Offset}&Rownum={Rownum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TetkikId

integer

Required

Offset

integer

Required

Rownum

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_GECMISTETKIKGORUNTU_Result
NameDescriptionTypeAdditional information
TARIH

date

None.

ACIKLAMA

string

None.

GORUNTU

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TARIH": "2024-09-24T03:33:47.5882396+03:00",
    "ACIKLAMA": "sample string 1",
    "GORUNTU": "QEA="
  },
  {
    "TARIH": "2024-09-24T03:33:47.5882396+03:00",
    "ACIKLAMA": "sample string 1",
    "GORUNTU": "QEA="
  }
]

text/html

Sample:
[{"TARIH":"2024-09-24T03:33:47.5882396+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="},{"TARIH":"2024-09-24T03:33:47.5882396+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>2024-09-24T03:33:47.5882396+03:00</TARIH>
  </FNMED_GECMISTETKIKGORUNTU_Result>
  <FNMED_GECMISTETKIKGORUNTU_Result>
    <ACIKLAMA>sample string 1</ACIKLAMA>
    <GORUNTU>QEA=</GORUNTU>
    <TARIH>2024-09-24T03:33:47.5882396+03:00</TARIH>
  </FNMED_GECMISTETKIKGORUNTU_Result>
</ArrayOfFNMED_GECMISTETKIKGORUNTU_Result>