GET /v2/scores
Return all the scores

GET /v2/coalitions/:coalition_id/scores
Return all the scores of the given Coalition

GET /v2/coalitions_users/:coalitions_user_id/scores
Return all the scores of the given Coalitions user

GET /v2/blocs/:bloc_id/scores
Return all the scores of the given Bloc


GET /v2/scores/:id
Get a score

GET /v2/coalitions/:coalition_id/scores/:id
Get a score of the given Id, associated with the given Coalition

GET /v2/coalitions_users/:coalitions_user_id/scores/:id
Get a score of the given Id, associated with the given Coalitions user

GET /v2/blocs/:bloc_id/scores/:id
Get a score of the given Id, associated with the given Bloc


POST /v2/coalitions/:coalition_id/scores
Create a score for the given Coalition


DELETE /v2/coalitions/:coalition_id/scores/:id
Destroy a score for the given Id, associated with the given Coalition