listRows
GET /api/v1/tables/:tableReference/uploads/:uploadName/rows
Parameter | Description |
---|---|
tableReference | |
uploadName |
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. |
| |
Edit access to the table's dataset is required. Your access token must have one of the following scopes:
- data.edit
The request body must be empty.
Last modified 5d ago