GET api/infoplaces
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of infoplace| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| rutaparent | string |
None. |
|
| rutadepend | string |
None. |
|
| latsplace | string |
None. |
|
| lastfecha | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"rutaparent": "sample string 2",
"rutadepend": "sample string 3",
"latsplace": "sample string 4",
"lastfecha": "2026-04-23T13:34:32.2579587-07:00"
},
{
"id": 1,
"rutaparent": "sample string 2",
"rutadepend": "sample string 3",
"latsplace": "sample string 4",
"lastfecha": "2026-04-23T13:34:32.2579587-07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfinfoplace xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
<infoplace>
<id>1</id>
<lastfecha>2026-04-23T13:34:32.2579587-07:00</lastfecha>
<latsplace>sample string 4</latsplace>
<rutadepend>sample string 3</rutadepend>
<rutaparent>sample string 2</rutaparent>
</infoplace>
<infoplace>
<id>1</id>
<lastfecha>2026-04-23T13:34:32.2579587-07:00</lastfecha>
<latsplace>sample string 4</latsplace>
<rutadepend>sample string 3</rutadepend>
<rutaparent>sample string 2</rutaparent>
</infoplace>
</ArrayOfinfoplace>