GET api/GetCIE_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": "3fd312ab-1203-4d36-90f1-3c659d5b331b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f3b621ba-b382-44df-bc95-efda8dd8a4ac",
"idClasificacion": "1c5e9b3e-4633-4eaf-8394-f525cb0c3a21",
"nomClasificacion": "sample string 6",
"num": 7
}