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": "db81120e-82ee-42b9-b486-70a9eb8ed4e6",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "459a323c-d57a-4b42-8c99-39371a3a934c",
"idClasificacion": "00b32473-2224-48bf-b782-46a173993a38",
"nomClasificacion": "sample string 6",
"num": 7
}