[GET] /admissions/file-review/file/rubric-score/{cycle_id}/{pool_id}/{subpool_id}
Ambiguous route parameters.
The relationship between entities is not well defined.
Lacking structural sub-collections.
"file-review" is being used as a sub-namespace, not a resource or a collection.
Target resource "rubric-score" proceeds the sub-resources.
Difficult to read the URI.
Remove "file-review".
It's not a collection or resource.
/admissions/file-reviewsor/admissions/reviews
rubric-scoreshould be moved to the end of the route.cycle/pool/subpoolneeds to be denominated by their respective sub-collections./cycles/{cycle}/pools/{pool}/subpools/{subpool}
Last updated