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
live_help Notes
assignment
This action requires one of theses roles:
Basic staff
chrome_reader_mode
This resource is paginated by 30 items
settings Params
| Param name | Description |
|---|---|
| campus_id |
optional
. Must be String
The campus id or slug |
| projects_user_id |
optional
. Must be String
The projects_user id |
| user_id |
optional
. Must be String
The user id or slug |
| skill_id |
optional
. Must be String
The skill id or slug |
| partnerships_user_id |
optional
. Must be String
The partnerships_user id |
| sort |
optional
. Must be one of: id, user_id, skill_id, experiancable_id, experiancable_type, experience, created_at, cursus_id, is_bonus.
The sort field. Sorted by created_at desc, id desc by default. MoreExample:To sort on experiences on the fields cursus_id on a descending order and is_bonus on a ascending order: ...&sort=-cursus_id,is_bonus |
| filter |
optional
. Must be one of: id, user_id, skill_id, experiancable_id, experiancable_type, experience, created_at, cursus_id, is_bonus, campus_id.
Filtering on one or more fields MoreExample:
To filter on experiences with the
...&filter[id]=a_value,another_value Filterable fields:
|
| range |
optional
. Must be one of: id, user_id, skill_id, experiancable_id, experiancable_type, experience, created_at, cursus_id, is_bonus.
Select on a particular range MoreExample:
To range on experiences with the
...&range[is_bonus]=min_value,max_value Rangeable fields:
|
| page |
optional
. Must be a Hash
The pagination params, as a hash |
| page[number] |
optional
. Must be Fixnum
The current page |
| page[size] |
optional
. Must be Fixnum
The number of items per page, defaults to 30, maximum 100 |