I would like to check if there is any endpoint to get the review item directly.
Now there is endpoint to get all reviews using
https://developer.api.autodesk.com/construction/reviews/v1/projects/{projectId}/reviews
but there is no option to filter by id or reviews/:id option with the above endpoint.
Only option is, to get versions using https://developer.api.autodesk.com/construction/reviews/v1/projects/{projectId}/reviews/{reviewId}/v...
There is no option to get a single review item. Could you please check this?