get
HTTP Request
GET /api/v1/datasets/:datasetReferencePath parameters
Parameter
Authorization
Request body
Response body
Was this helpful?
GET /api/v1/datasets/:datasetReferencedatasetReference
A qualified reference to the dataset. See referencing resources for more information.
This endpoint extends the general API structure.
Overview access to the dataset is required. 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.
If you are requesting the "next" (unreleased) version of a dataset, you must have edit access to the dataset and use a token with data.edit scope.
The request body must be empty.
Returns a JSON representation of a dataset resource.
Was this helpful?
Was this helpful?

