GET /v2/users/:user_id/correction_point_historics
Return all the correction point historics of the given User
live_help Notes
chrome_reader_mode
This resource is paginated by 30 items
settings Params
| Param name | Description |
|---|---|
| user_id |
required
. Must be String
The user id or slug |
| sort |
optional
. Must be one of: id, user_data_id, scale_team_id, reason, sum, created_at, updated_at, total.
The sort field. Sorted by id asc by default. MoreExample:To sort on correction point historics on the fields updated_at on a descending order and total on a ascending order: ...&sort=-updated_at,total |
| filter |
optional
. Must be one of: id, user_data_id, scale_team_id, reason, sum, created_at, updated_at, total.
Filtering on one or more fields MoreExample:
To filter on correction point historics with the
...&filter[id]=a_value,another_value Filterable fields:
|
| range |
optional
. Must be one of: id, user_data_id, scale_team_id, reason, sum, created_at, updated_at, total.
Select on a particular range MoreExample:
To range on correction point historics with the
...&range[total]=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 |