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.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.