GET api/Reinos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Reino| Name | Description | Type | Additional information |
|---|---|---|---|
| idReino | integer |
None. |
|
| reino1 | string |
Required String length: inclusive between 0 and 200 |
|
| nombreCorto | string |
String length: inclusive between 0 and 100 |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 254 |
|
| fechaModificacion | date |
Data type: DateTime |
|
| borrado | date |
Data type: DateTime |
|
| Filum | Collection of Filum |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:41.3970509+00:00",
"borrado": "2025-10-30T05:24:41.3970509+00:00"
},
{
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:41.3970509+00:00",
"borrado": "2025-10-30T05:24:41.3970509+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.