Skip to content

GET child body fat by ID

JeffMedeiros edited this page Dec 2, 2019 · 3 revisions

Description

Retrieves a body fat measurement data associated with a Child.

URL

GET https://localhost:4001/v1/children/{child_id}/bodyfats/{bodyfat_id}

Parameters

child_id: string (A 24-byte hex ID)
bodyfat_id: string (A 24-byte hex ID)

Curl example

curl -X GET "https://localhost:4001/v1/children/5a62be07d6f33400146c9b61/bodyfats/5c5277b8004ce629c1eef323" -H "accept: application/json"

Response body

Clone this wiki locally