Skip to main content
Version: current [25.0.x]

View Reflection Recommendations of a Dataset

This API retrieves the reflection recommendations of a specific dataset.

Syntax

POST /api/v3/dataset/{id}/reflection/recommendation

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.