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
bloc_id optional . Must be String

The bloc id

sort optional . Must be one of: id, bloc_id, begin_at, end_at, created_at, updated_at, coalition_id.

The sort field. Sorted by created_at desc, id desc by default.

Example:

To sort on bloc deadlines on the fields updated_at on a descending order and coalition_id on a ascending order:

...&sort=-updated_at,coalition_id

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