Query columns

Request

POST https://www.activityinfo.org/resources/query/columns

Request body

application/json

object
formId string required
columns array[object] required
filter string A boolean-valued formula to filter the records included in this query. optional
sort array[object] required
filterSets array[object] Zero or more set-based filters to apply. Resulting rows must match both the {@link #filter} formula, if provided, and all of the provided filterSets. required

Response

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated
Next item
Query form rows