Health Report
This operation provides the health report of a specific scan.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-id
Query parameters
unit-systemstring · enumOptionalPossible values:
The unit system in which values will be returned
Responses
200Success
application/json;v=1
get
GET /scans/{scanId}/health-report HTTP/1.1
Host: api.hosted.prismlabs.tech
Accept: */*
200Success
{
"scan": {},
"user": {},
"bodyFatPercentageReport": {},
"leanMassReport": {},
"fatMassReport": {},
"waistCircumferenceReport": {},
"waistToHipRatioReport": {},
"waistToHeightRatioReport": {},
"metabolismReport": {}
}