GET api/FotoAPI/GetByIdLote?idLote={idLote}

GetByIdLote

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idLote

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Foto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdOwner

globally unique identifier

None.

IdLote

string

None.

ImageType

string

None.

ImageData

string

None.

Fecha

date

None.

Lat

string

None.

Lng

string

None.

URL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "43f8291f-74c0-4451-9859-9cfc8645332f",
    "IdOwner": "eb97adad-e488-4621-82f0-aa53e5ffedb1",
    "IdLote": "sample string 3",
    "ImageType": "sample string 4",
    "ImageData": "sample string 5",
    "Fecha": "2026-01-09T12:41:43.032123-03:00",
    "Lat": "sample string 6",
    "Lng": "sample string 7",
    "URL": "sample string 8"
  },
  {
    "Id": "43f8291f-74c0-4451-9859-9cfc8645332f",
    "IdOwner": "eb97adad-e488-4621-82f0-aa53e5ffedb1",
    "IdLote": "sample string 3",
    "ImageType": "sample string 4",
    "ImageData": "sample string 5",
    "Fecha": "2026-01-09T12:41:43.032123-03:00",
    "Lat": "sample string 6",
    "Lng": "sample string 7",
    "URL": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <Foto>
    <Fecha>2026-01-09T12:41:43.032123-03:00</Fecha>
    <Id>43f8291f-74c0-4451-9859-9cfc8645332f</Id>
    <IdLote>sample string 3</IdLote>
    <IdOwner>eb97adad-e488-4621-82f0-aa53e5ffedb1</IdOwner>
    <ImageData>sample string 5</ImageData>
    <ImageType>sample string 4</ImageType>
    <Lat>sample string 6</Lat>
    <Lng>sample string 7</Lng>
    <URL>sample string 8</URL>
  </Foto>
  <Foto>
    <Fecha>2026-01-09T12:41:43.032123-03:00</Fecha>
    <Id>43f8291f-74c0-4451-9859-9cfc8645332f</Id>
    <IdLote>sample string 3</IdLote>
    <IdOwner>eb97adad-e488-4621-82f0-aa53e5ffedb1</IdOwner>
    <ImageData>sample string 5</ImageData>
    <ImageType>sample string 4</ImageType>
    <Lat>sample string 6</Lat>
    <Lng>sample string 7</Lng>
    <URL>sample string 8</URL>
  </Foto>
</ArrayOfFoto>