Awell Health Developer Hub
Dev Hub

Request

Endpoint

GET/v1/calculations/{calculationId}

Path parameters

This endpoint expects a calculationId to be passed as a path parameter. If not provided, the query will return all calculations.

ParameterTypeRequired
calculationIdstringyes

Response

HTTP 200

When successful, the API will return a HTTP status code of 200 and in the response a single calculation object. The schema of the response can be found here.

Below you can find an example response of the bmi calculation:

01

HTTP 404

When a calculation for the given calculationId cannot be found, the API will return a 400 HTTP status code and the following response:

01

HTTP 500

When unsuccessful, the API will return a 500 HTTP status.