listRows

HTTP Request

GET /api/v1/tables/:tableReference/uploads/:uploadName/rows

Path parameters

Query parameters

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

Learn more about authorization.

Request body

The request body must be empty.

Response body

The response body follows the table.listRows specification.

Last updated