listRows

HTTP Request

1
GET /api/v1/tables/:tableReference/uploads/:uploadReference/rows
Copied!

Path parameters

Parameter
Description
tableReference
A qualified reference to the table. See referencing resources for more information.
uploadReference
A qualified reference to the upload. Follows the form upload_name:id

Query parameters

Parameter
​
selectedVariables
Optional. A comma separated list of the variables to return, case insensitive. The order of variables in this list will determine the order of values in the response.
​
If not specified, all variables belonging to the table will be returned.
maxResults
Default 100.
​
​
This endpoint extends the general API structure.

Authorization

Edit access to the table's dataset is required. Your access token must have one of the following scopes:
  • data.edit

Request body

The request body must be empty.

Response body

The response body follows the table.listRows specification.
Last modified 7mo ago