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": "af2f43e4-b0dc-4637-8026-e529ab9ef02a",
"idMedida": "f8cd5a3c-908b-497a-86dc-4e1fbac6a70a",
"Fecha": "2026-03-25T06:28:56.9361662-04:00",
"Valor": 4.1,
"Estatura": 5.1,
"Peso": 6.1,
"IMC": 7.1,
"PS": 8.1,
"PD": 9.1
}