Get a dataset by ID
GET/api/v2/Dataset/:id
Get a dataset by ID
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 404
- 500
Returns the dataset details.
The user is unauthorized or the session expired
The user does not have permission
If the dataset with the specified ID is not found.
There was an unexpected error
Loading...