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

The project_sessions_rule id

sort optional . Must be one of: id, param_id, project_sessions_rule_id, value, created_at, updated_at.

The sort field. Sorted by id desc by default.

Example:

To sort on params project sessions rules on the fields created_at on a descending order and updated_at on a ascending order:

...&sort=-created_at,updated_at

filter optional . Must be one of: id, param_id, project_sessions_rule_id, value, created_at, updated_at.

Filtering on one or more fields

Example:

To filter on params project sessions rules with the id field matching a_value or another_value:

...&filter[id]=a_value,another_value

Filterable fields:
  • id (standard field)
  • param_id (standard field)
  • project_sessions_rule_id (standard field)
  • value (standard field)
  • created_at (standard field)
  • updated_at (standard field)
range optional . Must be one of: id, param_id, project_sessions_rule_id, value, created_at, updated_at.

Select on a particular range

Example:

To range on params project sessions rules with the updated_at field between min_value and max_value:

...&range[updated_at]=min_value,max_value

Rangeable fields:
  • id
  • param_id
  • project_sessions_rule_id
  • value
  • created_at
  • updated_at
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