GET /v2/project_sessions/:project_session_id/scale_teams
Return all the scale teams of the given Project session

GET /v2/scale_teams
Return all the scale teams

GET /v2/projects/:project_id/scale_teams
Return all the scale teams of the given Project

GET /v2/users/:user_id/scale_teams/as_corrector
Return all the scale teams of the given User

GET /v2/users/:user_id/scale_teams/as_corrected
Return all the scale teams of the given User

GET /v2/users/:user_id/scale_teams
Return all the scale teams of the given User

GET /v2/me/scale_teams/as_corrector
Return all the scale teams for the current resource owner

GET /v2/me/scale_teams/as_corrected
Return all the scale teams for the current resource owner

GET /v2/me/scale_teams
Return all the scale teams for the current resource owner


GET /v2/project_sessions/:project_session_id/scale_teams/:id
Get a scale team of the given Id, associated with the given Project session

GET /v2/scale_teams/:id
Get a scale team


POST /v2/project_sessions/:project_session_id/scale_teams
Create a scale team for the given Project session

POST /v2/scale_teams
Create a scale team


PATCH /v2/project_sessions/:project_session_id/scale_teams/:id
Update a scale team for the given Id, associated with the given Project session

PUT /v2/project_sessions/:project_session_id/scale_teams/:id
Update a scale team for the given Id, associated with the given Project session

PATCH /v2/scale_teams/:id
Update a scale team

PUT /v2/scale_teams/:id
Update a scale team


DELETE /v2/project_sessions/:project_session_id/scale_teams/:id
Destroy a scale team for the given Id, associated with the given Project session

DELETE /v2/scale_teams/:id
Destroy a scale team