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

The coalition id or slug

coalitions_user_id optional . Must be String

The coalitions_user id

bloc_id optional . Must be String

The bloc id

sort optional . Must be one of: id, coalitions_user_id, calculation_id, reason, created_at, updated_at, coalition_id, scoreable_id, scoreable_type, value.

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

Example:

To sort on scores on the fields scoreable_type on a descending order and value on a ascending order:

...&sort=-scoreable_type,value

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