API reference
Retrieve all calculations in Awell Score
GET/v1/calculations
When querying the API to retrieve all calculations, the payload can be quite large because it includes their full schema. Typically, you only need the ID and name of each calculation. Therefore, we recommend not fetching the full schema by using the query parameter provided below.
GET/v1/calculations?include_schema=false
If you need the schema for a specific calculation, you can retrieve it using the "Get Calculation" endpoint.
When successful, the API will return a HTTP status code of 200 and in the response an array of calculations. The schema of the response can be found here.
Response with schemas:
01
Response without schemas:
01
When unsuccessful, the API will return a 500 HTTP status.