Get All Data Sets

This endpoint returns all data sets that the user has access to. The results will be paginated. If the number of data sets exceeds the pagination limit, links will be provided to get the next set of results or the previous set of results (if applicable). The range of returned values can be determined by optional start and end parameters. If the difference between the end and start values is greater than the pagination limit, the endpoint returns data sets in the range from start to start + pagination limit. Items in the response are determined based on their creation order.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Query Params
integer

Starting 1-based index of data sets to retreive. Defaults to 1.

integer

Ending index of data sets to retreive. Defaults to 100.

Response

Language
Credentials
OAuth2