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.
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
# 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"
Last updated
Was this helpful?