GET /v2/experiences
Return all the experiences

GET /v2/campus/:campus_id/experiences
Return all the experiences of the given Campus

GET /v2/projects_users/:projects_user_id/experiences
Return all the experiences of the given Projects user

GET /v2/users/:user_id/experiences
Return all the experiences of the given User

GET /v2/skills/:skill_id/experiences
Return all the experiences of the given Skill

GET /v2/partnerships_users/:partnerships_user_id/experiences
Return all the experiences of the given Partnerships user


GET /v2/experiences/:id
Get an experience


POST /v2/experiences
Create an experience


PATCH /v2/experiences/:id
Update an experience

PUT /v2/experiences/:id
Update an experience


DELETE /v2/experiences/:id
Destroy an experience