GET api/Islas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Isla| Name | Description | Type | Additional information |
|---|---|---|---|
| idIsla | integer |
None. |
|
| idProvincia | integer |
None. |
|
| isla1 | string |
Required String length: inclusive between 0 and 80 |
|
| activo | boolean |
None. |
|
| borrado | date |
Data type: DateTime |
|
| Provincia | Provincia |
None. |
|
| Localidad | Collection of Localidad |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idIsla": 1,
"idProvincia": 1,
"isla1": "sample string 2",
"activo": true,
"borrado": "2025-10-30T05:25:15.2657008+00:00",
"Provincia": {
"idProvincia": 1,
"idPais": 2,
"provincia1": "sample string 3",
"activo": true,
"borrado": "2025-10-30T05:25:15.2657008+00:00",
"Pais": {
"idPais": 1,
"idContinente": 2,
"pais1": "sample string 3",
"activo": true,
"borrado": "2025-10-30T05:25:15.2813276+00:00",
"Continente": {
"idContinente": 1,
"continente1": "sample string 2",
"activo": true,
"borrado": "2025-10-30T05:25:15.2813276+00:00"
}
}
}
},
{
"idIsla": 1,
"idProvincia": 1,
"isla1": "sample string 2",
"activo": true,
"borrado": "2025-10-30T05:25:15.2657008+00:00",
"Provincia": {
"idProvincia": 1,
"idPais": 2,
"provincia1": "sample string 3",
"activo": true,
"borrado": "2025-10-30T05:25:15.2657008+00:00",
"Pais": {
"idPais": 1,
"idContinente": 2,
"pais1": "sample string 3",
"activo": true,
"borrado": "2025-10-30T05:25:15.2813276+00:00",
"Continente": {
"idContinente": 1,
"continente1": "sample string 2",
"activo": true,
"borrado": "2025-10-30T05:25:15.2813276+00:00"
}
}
}
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.