GET api/GetCIE_x_nom3_x_pag?Pag={Pag}&Ren={Ren}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pag | integer |
Required |
|
| Ren | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_catCIE10| Name | Description | Type | Additional information |
|---|---|---|---|
| idCIE | globally unique identifier |
None. |
|
| causa | string |
None. |
|
| Nombre | string |
None. |
|
| LSex | globally unique identifier |
None. |
|
| idClasificacion | globally unique identifier |
None. |
|
| nomClasificacion | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCIE": "31dad331-08b7-4d07-ba90-9f70704207ca",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "858f9086-e917-4a60-9711-37ab28ee5d0e",
"idClasificacion": "965e7005-066c-499b-aee0-d3cbb7d4b41b",
"nomClasificacion": "sample string 6",
"num": 7
}