Redivis API
User documentation
redivis.com
Search…
Introduction
Referencing resources
Client libraries
redivis-js
redivis-python
redivis-r
REST API
General structure
Authorization
Datasets
Files
Members
Queries
Tables
delete
get
list
listRows
patch
post
Uploads
Variables
Versions
Resource definitions
Dataset
Member
Query
Table
Upload
Variable
Version
Powered By
GitBook
get
Retrieve detailed information about a table and its export restrictions
HTTP Request
GET /tables/:tableReference
Path parameters
Parameter
​
tableReference
A qualified reference to the table. See
referencing resources
for more information.
This endpoint extends the
general API structure
.
Authorization
Overview access to the table is required. If a table's overview is not public, your access token must have one of the following scopes:
data.overview
data.metadata
data.data
data.edit
​
Learn more about authorization.
​
Request body
The request body must be empty.
Response body
Returns a JSON representation of a
table resource
.
Examples
curl
# Get the table "Ozone (O3)" from the EPA Air Quality dataset
# from the StanfordPHS organization
curl
-H
"Authorization: Bearer
$REDIVIS_ACCESS_TOKEN
"
\
"https://redivis.com/api/v1/tables/stanfordphs.epa_air_quality.ozone_O3"
Previous
delete
Next
list
Last modified
2yr ago
Copy link
Outline
HTTP Request
Path parameters
Authorization
Request body
Response body
Examples