View Reflections of a Dataset
This API retrieves the reflections of a specific dataset.
Syntax
GET /api/v3/dataset/{id}/reflection
Response Output
{
"data": [
reflection,
...
]
}
Response Codes
403 - user does not have permission to view the dataset.
404 - a dataset with the specified id could not be found.