API Reference

Get RV Volumetric Reference Values by Age

Retrieves normal reference values (mean, sd, ll, ul) for right ventricular measurements based on the subject's age and gender.

Important Notes:

  • HTTP Status Code: Due to Google Apps Script limitations, all responses are returned with an HTTP 200 OK status. It is crucial to inspect the JSON body for an error field to determine if the request was actually successful.
  • Intended Status: A successful response will not have an error field. A failed response will include an intended_status field (e.g., 400, 404, 500) to indicate the logical status of the request.
  • Age Validation: The API strictly accepts an age between 20 and 59, inclusive. Any age outside this range will result in a 400 Bad Request error.
Language
Click Try It! to start a request and see the response here!