Redivis API
User documentation
redivis.com
Search…
Introduction
Referencing resources
Client libraries
redivis-js
redivis-python
redivis-r
REST API
General structure
Authorization
Datasets
Members
Queries
Tables
Uploads
delete
createResumableUpload
get
insertRows
list
listRows
post
Variables
Versions
Resource definitions
Dataset
Member
Query
Table
Upload
Variable
Version
Powered By
GitBook
get
HTTP Request
1
GET /api/v1/tables/:tableReference/uploads/:uploadReference
Copied!
Path parameters
Parameter
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
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
Returns a JSON representation of an
upload resource
.
Previous
createResumableUpload
Next
insertRows
Last modified
4mo ago
Copy link
Contents
HTTP Request
Path parameters
Authorization
Request body
Response body