get https://script.google.com/macros/s/AKfycbwZeofR2hZdnqFrwcU5F4zjIWmKyUvIRgllMVDsBpai99yrlwvtyQ_Go3TJ4PuksOA7/exec
Retrieves reference values (mean, sd, ll, ul) for native T2 relaxation time by matching the exact combination of author_year
, fs
(field strength), vendor
, and technique
.
Valid Parameter Combinations
Not all authors have published data for all combinations of field strength and technique. You must use one of the following valid combinations:
- Wassmuth_2013:
fs=1.5
,vendor=Siemens
,technique=T2P bSSFP
fs=1.5
,vendor=Siemens
,technique=FLASH
- Hinojar_2016:
fs=3
,vendor=Philips
,technique=GSE
- Ridouani_2018:
fs=1.5
,vendor=Siemens
,technique=T2P bSSFP
- Granitz_2019:
fs=1.5
,vendor=Philips
,technique=GSE
fs=3
,vendor=Philips
,technique=GSE
Note on HTTP Status: Due to Google Apps Script limitations, all responses return 200 OK
. Always check the JSON body for an error
field to determine if the request was successful. The intended_status
field will indicate the logical status (e.g., 400, 404).