GET api/FotoAPI/GetByIdOwner?idOwner={idOwner}
GetByIdOwner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idOwner | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Foto| Name | Description | Type | Additional 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": "7bc97113-8f06-42f9-a15e-0a1f2c492d29",
"IdOwner": "6a8c08a1-5d3f-466d-b871-1b77e24b1a12",
"IdLote": "sample string 3",
"ImageType": "sample string 4",
"ImageData": "sample string 5",
"Fecha": "2026-06-13T07:27:37.7668202-03:00",
"Lat": "sample string 6",
"Lng": "sample string 7",
"URL": "sample string 8"
},
{
"Id": "7bc97113-8f06-42f9-a15e-0a1f2c492d29",
"IdOwner": "6a8c08a1-5d3f-466d-b871-1b77e24b1a12",
"IdLote": "sample string 3",
"ImageType": "sample string 4",
"ImageData": "sample string 5",
"Fecha": "2026-06-13T07:27:37.7668202-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-06-13T07:27:37.7668202-03:00</Fecha>
<Id>7bc97113-8f06-42f9-a15e-0a1f2c492d29</Id>
<IdLote>sample string 3</IdLote>
<IdOwner>6a8c08a1-5d3f-466d-b871-1b77e24b1a12</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-06-13T07:27:37.7668202-03:00</Fecha>
<Id>7bc97113-8f06-42f9-a15e-0a1f2c492d29</Id>
<IdLote>sample string 3</IdLote>
<IdOwner>6a8c08a1-5d3f-466d-b871-1b77e24b1a12</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>