English
Get base query result
cURL
curl --request GET \ --url 'https://app.teable.io/api/base/%7BbaseId%7D/query?query=SOME_STRING_VALUE&cellFormat=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ {} ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
json
text
The sql query result
The response is of type object[].
object[]