GET api/GetSomatometria_x_idPersona_idMedida?idPaciente={idPaciente}&idMedida={idMedida}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
Required |
|
| idMedida | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_ValoresSomatometria| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
None. |
|
| idMedida | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| Valor | decimal number |
None. |
|
| Estatura | decimal number |
None. |
|
| Peso | decimal number |
None. |
|
| IMC | decimal number |
None. |
|
| PS | decimal number |
None. |
|
| PD | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPaciente": "03bc4c61-1db2-497c-afec-c32e285838d0",
"idMedida": "0a22bd12-057f-47ca-aea8-bf1bd2737713",
"Fecha": "2026-04-04T14:33:05.0804926-04:00",
"Valor": 4.1,
"Estatura": 5.1,
"Peso": 6.1,
"IMC": 7.1,
"PS": 8.1,
"PD": 9.1
}