get https://script.google.com/macros/s/AKfycbztGKyjVpY4-7fX1oKu02UvkJbIv5Nfj-N7rfy8T0XxXsX_bmC28IqgSwsjymGprjAX/exec
Retrieves normal reference values (mean, sd, ll, ul) for the maximal apical fractal dimension (FD) (unitless) of left ventricular trabeculation in the adult stratified by sex and body mass index (BMI) based on the subject's sex and BMI.
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 anerror
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 anintended_status
field (e.g., 400, 404, 500) to indicate the logical status of the request. - BMI Matching: The API uses the provided
BMI
value to find the correspondingbmi_range
in the reference data (e.g., '≥30', '25 to <30', '<25').