GET api/Mobile/adjuntosByInformeList?informeID={informeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| informeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AdjuntoInformeLookup| Name | Description | Type | Additional information |
|---|---|---|---|
| AdjuntoInformeID | integer |
None. |
|
| InformeID | integer |
None. |
|
| ProyectoID | integer |
None. |
|
| Nombre | string |
None. |
|
| Extencion | string |
None. |
|
| NombreArchivoGuid | string |
None. |
|
| Size | integer |
None. |
|
| PathAdjunto | string |
None. |
|
| UsuarioUltimaMod | integer |
None. |
|
| FechaCreacion | date |
None. |
|
| Url | string |
None. |
|
| FechaCreacionFormateada | string |
None. |
|
| NombreCompleto | string |
None. |
|
| SizeFormateado | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AdjuntoInformeID": 1,
"InformeID": 2,
"ProyectoID": 3,
"Nombre": "sample string 4",
"Extencion": "sample string 5",
"NombreArchivoGuid": "sample string 6",
"Size": 7,
"PathAdjunto": "sample string 8",
"UsuarioUltimaMod": 9,
"FechaCreacion": "2025-12-08T15:09:13.786563-03:00",
"Url": "sample string 11",
"FechaCreacionFormateada": "08/12/2025 03:09:13 p. m.",
"NombreCompleto": "sample string 4.sample string 5",
"SizeFormateado": "7 bytes"
},
{
"AdjuntoInformeID": 1,
"InformeID": 2,
"ProyectoID": 3,
"Nombre": "sample string 4",
"Extencion": "sample string 5",
"NombreArchivoGuid": "sample string 6",
"Size": 7,
"PathAdjunto": "sample string 8",
"UsuarioUltimaMod": 9,
"FechaCreacion": "2025-12-08T15:09:13.786563-03:00",
"Url": "sample string 11",
"FechaCreacionFormateada": "08/12/2025 03:09:13 p. m.",
"NombreCompleto": "sample string 4.sample string 5",
"SizeFormateado": "7 bytes"
}
]
application/xml, text/xml
Sample:
<ArrayOfAdjuntoInformeLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vizion.Entities">
<AdjuntoInformeLookup>
<AdjuntoInformeID>1</AdjuntoInformeID>
<Extencion>sample string 5</Extencion>
<FechaCreacion>2025-12-08T15:09:13.786563-03:00</FechaCreacion>
<InformeID>2</InformeID>
<Nombre>sample string 4</Nombre>
<NombreArchivoGuid>sample string 6</NombreArchivoGuid>
<PathAdjunto>sample string 8</PathAdjunto>
<ProyectoID>3</ProyectoID>
<Size>7</Size>
<Url>sample string 11</Url>
<UsuarioUltimaMod>9</UsuarioUltimaMod>
</AdjuntoInformeLookup>
<AdjuntoInformeLookup>
<AdjuntoInformeID>1</AdjuntoInformeID>
<Extencion>sample string 5</Extencion>
<FechaCreacion>2025-12-08T15:09:13.786563-03:00</FechaCreacion>
<InformeID>2</InformeID>
<Nombre>sample string 4</Nombre>
<NombreArchivoGuid>sample string 6</NombreArchivoGuid>
<PathAdjunto>sample string 8</PathAdjunto>
<ProyectoID>3</ProyectoID>
<Size>7</Size>
<Url>sample string 11</Url>
<UsuarioUltimaMod>9</UsuarioUltimaMod>
</AdjuntoInformeLookup>
</ArrayOfAdjuntoInformeLookup>