GET api/Glosario/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GlosarioName | Description | Type | Additional information |
---|---|---|---|
idGlosario | integer |
None. |
|
idDivision | integer |
Required |
|
terminoEspanol | string |
String length: inclusive between 0 and 500 |
|
terminoIngles | string |
String length: inclusive between 0 and 500 |
|
definicionEspanol | string |
None. |
|
definicionIngles | string |
None. |
|
borrado | date |
Data type: DateTime |
|
pertenece | string |
String length: inclusive between 0 and 200 |
|
TDivision | TDivision |
None. |
Response Formats
application/json, text/json
Sample:
{ "idGlosario": 1, "idDivision": 2, "terminoEspanol": "sample string 3", "terminoIngles": "sample string 4", "definicionEspanol": "sample string 5", "definicionIngles": "sample string 6", "borrado": "2024-12-22T23:17:47.1864497+00:00", "pertenece": "sample string 7", "TDivision": { "idDivision": 1, "division": "sample string 2", "descripcion": "sample string 3", "activo": true } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.