get https://script.google.com/macros/s/AKfycbzm-YWPbgcu8d7CKDEKEF9hLjNhMKJf1DgYt7A_XNsbgywQ7whfCBkm2f6QQOtb9Wlq/exec
Retrieves normal reference values (mean, sd, ll, ul) for ascending aorta mean peak systolic velocity based on the subject's age. Measured 6 cm proximal from the most cranial point of the aortic arch centerline.
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. - Age Matching: The API uses the provided
age
to find the correspondingage_range
in the reference data (e.g., '18-33 years', '> 60 years').