Sebastian Marcet 651a16d8d2 Refactored endpoint to get summit push notifications
GET /api/v1/summits/{id}/notifications

* Expands
** owner
** approved_by

* Filters
** channel ['=='] (sometimes|in:EVERYONE,SPEAKERS,ATTENDEES,MEMBERS,SUMMIT,EVENT,GROUP)
** sent_date ['>', '<', '<=', '>=', '=='] (sometimes|date_format:U)
** created ['>', '<', '<=', '>=', '=='] (sometimes|date_format:U)
** is_sent ['=='] (sometimes|boolean)
** approved ['=='] (sometimes|boolean)
** event_id ['=='] (sometimes|integer)

* Order
** sent_date
** created
** id

Change-Id: Idb93b9a12817c3385150cbb69914b3a089ace6d1
2018-04-16 13:01:51 -03:00
..
2016-12-27 10:09:13 -03:00
2016-12-27 10:09:13 -03:00
2016-10-11 14:48:36 -03:00