GET /v2/dashes
Return all the dashes
live_help Notes
assignment
This action requires one of theses roles:
Advanced tutor
chrome_reader_mode
This resource is paginated by 30 items
settings Params
Param name | Description |
---|---|
sort |
optional
. Must be one of: id , name , description , cursus_id , skill_id , nbr_xp , slug , begin_at , duration , created_at , updated_at , campus_id .
The sort field. Sorted by id desc by default. MoreExample:To sort on dashes on the fields updated_at on a descending order and campus_id on a ascending order: ...&sort=-updated_at,campus_id |
filter |
optional
. Must be one of: id , name , description , cursus_id , skill_id , nbr_xp , slug , begin_at , duration , created_at , updated_at , campus_id , future .
Filtering on one or more fields MoreExample:
To filter on dashes with the
...&filter[id]=a_value,another_value Filterable fields:
|
range |
optional
. Must be one of: id , name , description , cursus_id , skill_id , nbr_xp , slug , begin_at , duration , created_at , updated_at , campus_id .
Select on a particular range MoreExample:
To range on dashes with the
...&range[campus_id]=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 |