GET /v2/campus/:campus_id/broadcasts
Return all the broadcasts of the given Campus
live_help Notes
chrome_reader_mode
This resource is paginated by 30 items
assignment_ind
This action requires a token resource owner
.
settings Params
Param name | Description |
---|---|
campus_id |
required
. Must be String
The campus id or slug |
sort |
optional
. Must be one of: id , campus_id , tag_id , content , pinned_until , hidden_at , url , created_at , updated_at , content_html , position .
The sort field. Sorted by created_at desc, id desc by default. MoreExample:To sort on broadcasts on the fields content_html on a descending order and position on a ascending order: ...&sort=-content_html,position |
filter |
optional
. Must be one of: id , campus_id , tag_id , content , pinned_until , hidden_at , url , created_at , updated_at , content_html , position , hidden .
Filtering on one or more fields MoreExample:
To filter on broadcasts with the
...&filter[id]=a_value,another_value Filterable 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 |