query: Execute a SOQL query

Description Usage Arguments Value

Description

Passes a SOQL query to the Force REST API. If the results of the query are too large then a next records url is returned along with the partial results.

Usage

1
query(.conn, qry, get_next = TRUE, verbose = TRUE)

Arguments

.conn

A force_api object.

qry

A character vector SOQL query, see SOQL section below for details.

get_next

A boolean value indicating that next records URLs should be followed

Value

A list of two values, next_records_url and results. NOTE, if get_next is TRUE, next_records_url will be NA.


nteetor/jedi documentation built on May 24, 2019, 9:56 a.m.