Whitelist fields by passing an array of keys or alias fields by using a map
Either a list of keys to whitelist or a map of keys to rename
Whitelist fields by passing an array of keys or alias fields by using a map
Optional
debuggingLog response automatically
Readonly
sliceGet raw API request
Output the formed request to the console for inspection
Enable/Disable console logging
Compile the request and send it
Optional
options: ApiRequestOptionsAPI Request options
API response
Whitelist fields by passing an array of keys or alias fields by using a map
Either a list of keys to whitelist or a map of keys to rename
Unwrap response returning the first ID
Unwrap response, returning the field
Colon seperated path: rows:0
Unwrap response returning the first row
Unwrap response returning the rows
Add where condition to request
property to compare or a map of equality comparisons
Optional
operator: stringOperation to compare with. Accepts JS operators (>=, ==, !=, ...) as well as datalynk styax ($gte, $eq, $is, $not, ...)
Optional
value: anyvalue to compare against
Whitelist and alias fields. Alias of
fields()