GET /v2/anti_grav_units_users
Return all the anti grav units users
GET /v2/users/:user_id/anti_grav_units_users
Return all the anti grav units users of the given User
GET /v2/campus/:campus_id/anti_grav_units_users
Return all the anti grav units users of the given Campus
live_help Notes
assignment
This action requires one of theses roles:
Advanced staff
chrome_reader_mode
This resource is paginated by 30 items
settings Params
Param name | Description |
---|---|
user_id |
optional
. Must be String
The user id or slug |
campus_id |
optional
. Must be String
The campus id or slug |
filter |
optional
. Must be one of: id , duration , user_id , expected_unfreezed_at , created_at , updated_at , close_id , is_free , cursus_id , campus_id , expected_unfreezed .
Filtering on one or more fields MoreExample:
To filter on anti grav units users with the
...&filter[id]=a_value,another_value Filterable fields:
|
range |
optional
. Must be one of: id , duration , user_id , expected_unfreezed_at , created_at , updated_at , close_id , is_free .
Select on a particular range MoreExample:
To range on anti grav units users with the
...&range[is_free]=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 |