Count all occurences on a particular field (default on created_at
) by a particular period, starting from the first occurence to now.
settings Params
Param name | Description |
---|---|
field |
optional
. Must be one of: created_at , updated_at .
The date field to graph on. Default to |
interval |
optional
. Must be one of: day , week , month , quarter , year , hour_of_day , day_of_week , day_of_month , month_of_year .
The interval to graph by. Default to |
sort |
optional
. Must be one of: id , position , kind , created_at , updated_at .
The sort field. Sorted by id desc by default. MoreExample:To sort on evaluations 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 , position , kind , created_at , updated_at , campus_id .
Filtering on one or more fields MoreExample:
To filter on evaluations with the
...&filter[id]=a_value,another_value Filterable fields:
|
range |
optional
. Must be one of: id , position , kind , created_at , updated_at .
Select on a particular range MoreExample:
To range on evaluations with the
...&range[updated_at]=min_value,max_value Rangeable fields:
|