Redivis API
User documentation
redivis.com
Search…
Introduction
Referencing resources
Client libraries
redivis-js
redivis-python
redivis-r
REST API
General structure
Authorization
Datasets
delete
get
list
patch
post
Files
Members
Queries
Tables
Uploads
Variables
Versions
Resource definitions
Dataset
Member
Query
Table
Upload
Variable
Version
Powered By
GitBook
list
HTTP Request
GET /api/v1/organizations/:organizationName/datasets/
​
GET /api/v1/users/:userName/datasets/
Path parameters
Parameter
​
organizationName
The name of the organization that owns the dataset. Either this or a userName is required.
userName
The name of the user that owns the dataset. Either this or an organizationName is required.
Query parameters
Parameter
​
maxResults
Default 100. Must be less than 1000.
pageToken
For paginating through results, provide the value returned from the previous datasets.list call
This endpoint extends the
general API structure
.
Authorization
Only datasets to which you have overview access will be returned. If a dataset'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 an array of
dataset resources
.
{
"kind"
:
"datasetList"
,
"nextPageToken"
:
integer
,
"results"
:
[
object
(
dataset
.
list
)
]
}
​
Previous
get
Next
patch
Last modified
5mo ago
Copy link
Outline
HTTP Request
Path parameters
Query parameters
Authorization
Request body
Response body