Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
If that does not work it may be that &key is not supported on this API. The parameter &key is not listed in the docs as an allowed parameter.
https://help.quickbase.com/api-guide/index.html#getrecordashtml.html
If &key does work there may be an oversight in the API documentation.
In any case I would use script to call act=API_DoQuery or act=API_GetRecordInfo querying for key=613SLR.html and then extract the [Record ID#] value and then proceed to call act=API_GetRecordAsHTML supplying the now known [Record ID#] value.
https://help.quickbase.com/api-guide/index.html#getrecordashtml.html
If &key does work there may be an oversight in the API documentation.
In any case I would use script to call act=API_DoQuery or act=API_GetRecordInfo querying for key=613SLR.html and then extract the [Record ID#] value and then proceed to call act=API_GetRecordAsHTML supplying the now known [Record ID#] value.