API Access Token

v1_form API

/**
 * REST API end-points for interacting with the 'form', and related, resources.
 *
 */

Returns information about the 'form_submission' resource filterable by the fields described below. This resource describes meta information about form submissions (not the answers to the form fields themselves).
@return array of resources. Returns a single record if the form_submission_id is provided.
Field Description
Comma Separated list of columns to restrict results to. Order is kept. If field does not exist then column will be included, but a blank result will be returned
eg: "name,description,created_by"

Currently only enabled for GET requests using formats of HTML, TSV, CSV
Comma Separated list of columns to exclude from results.
Currently only enabled for GET requests using formats of HTML, TSV, CSV Note: Exclude field will be ignored if fields are supplied.
  

Returns information about the 'form' resource filterable by the fields described below. This resource describes meta information about forms (not the form fields themselves)
that can be completed from the mobile app.
@return array of resources. Returns a single record if the form_id is provided.
Field Description
Comma Separated list of columns to restrict results to. Order is kept. If field does not exist then column will be included, but a blank result will be returned
eg: "name,description,created_by"

Currently only enabled for GET requests using formats of HTML, TSV, CSV
Comma Separated list of columns to exclude from results.
Currently only enabled for GET requests using formats of HTML, TSV, CSV Note: Exclude field will be ignored if fields are supplied.
Set to '0' to undelete the record.