QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
body
?:
unknown
;
dbid
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
;
path
:
string
;
query
?:
Record
<
string
,
string
|
number
|
boolean
|
undefined
>
;
}
Index
Properties
body?
dbid?
headers?
method
path
query?
Properties
Optional
body
body
?:
unknown
Optional
dbid
dbid
?:
string
Database ID for temp token auth
Optional
headers
headers
?:
Record
<
string
,
string
>
Custom headers
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
path
path
:
string
Optional
query
query
?:
Record
<
string
,
string
|
number
|
boolean
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
dbid
headers
method
path
query
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Database ID for temp token auth