Returns rows in the draft version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters column1__gt=5&sort=-column1, API returns the rows with values for column column1 greater than 5 and in the descending order of column1 values. Refer to the overview section for detailed filtering and sorting options.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The ID or name of the table to query.
The cursor token value to get the next set of results. You can get this from the paging.next.after JSON property of a paged response containing more results.
Specifies whether to return archived rows. Defaults to false.
The maximum number of results to return. Default is 1000.
The number of rows to skip before starting to return results.
Specify the column names to get results containing only the required columns instead of all column details. If you want to include multiple columns in the result, use this query param as many times.
Specifies the column names to sort the results by.
successful operation