GET api/Reinos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReinoName | 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": "2024-12-22T23:26:02.8257131+00:00", "borrado": "2024-12-22T23:26:02.8257131+00:00" }, { "idReino": 1, "reino1": "sample string 2", "nombreCorto": "sample string 3", "usuarioModificacion": "sample string 4", "fechaModificacion": "2024-12-22T23:26:02.8257131+00:00", "borrado": "2024-12-22T23:26:02.8257131+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.