GET /v2/levels
Return all the levels
GET /v2/cursus/:cursus_id/levels
Return all the levels of the given Cursus
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 |
---|---|
cursus_id |
optional
. Must be String
The cursus id or slug |
sort |
optional
. Must be one of: id , lvl , xp , cursus_id , created_at .
The sort field. Sorted by created_at desc, id desc by default. MoreExample:To sort on levels on the fields cursus_id on a descending order and created_at on a ascending order: ...&sort=-cursus_id,created_at |
filter |
optional
. Must be one of: id , lvl , xp , cursus_id , created_at .
Filtering on one or more fields MoreExample:
To filter on levels with the
...&filter[id]=a_value,another_value Filterable fields:
|
range |
optional
. Must be one of: id , lvl , xp , cursus_id , created_at .
Select on a particular range MoreExample:
To range on levels with the
...&range[created_at]=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 |