GET api/Caracters
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CaracterName | Description | Type | Additional information |
---|---|---|---|
idCaracter | integer |
None. |
|
idTipoCaracter | integer |
None. |
|
caracter1 | string |
String length: inclusive between 0 and 500 |
|
descripcion | string |
String length: inclusive between 0 and 500 |
|
activo | boolean |
None. |
|
rango | boolean |
None. |
|
TipoCaracter | TipoCaracter |
None. |
|
EspecieCaracter | Collection of EspecieCaracter |
None. |
Response Formats
application/json, text/json
Sample:
[ { "idCaracter": 1, "idTipoCaracter": 1, "caracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "rango": true, "TipoCaracter": { "idTIpoCaracter": 1, "idCategoriaCaracter": 1, "tipoCaracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "TCategoriaCaracter": { "idCategoriaCaracter": 1, "categoriaCaracter": "sample string 2", "descripcion": "sample string 3", "activo": true } } }, { "idCaracter": 1, "idTipoCaracter": 1, "caracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "rango": true, "TipoCaracter": { "idTIpoCaracter": 1, "idCategoriaCaracter": 1, "tipoCaracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "TCategoriaCaracter": { "idCategoriaCaracter": 1, "categoriaCaracter": "sample string 2", "descripcion": "sample string 3", "activo": true } } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.