GET api/getCaliParaOdsxId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
C06_vista_tabla_maestra_para_ods| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| nro_reso | integer |
None. |
|
| anio_reso | integer |
None. |
|
| nro_proyecto | string |
None. |
|
| saf | integer |
None. |
|
| sujeto_current | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"nro_reso": 2,
"anio_reso": 3,
"nro_proyecto": "sample string 4",
"saf": 1,
"sujeto_current": "sample string 5"
}