Files
notifications-api/app
Chris Hill-Scott 4217bd2108 Optionally get only notifications created by API
This commit adds the `include_jobs` filter to the
`GET /services/…/notifications` endpoint. It defaults to `True` (ie show
all notifications) but makes it possible to only return notifications
created by _any_ API key.

This is so that we can show a log of all notifications sent through the
API in the admin app.

It does not expose this list to the public `GET /notifications` endpoint
because this would violate our rules about keys only being able to get
notifications created with keys of the same type.
2016-09-22 11:17:46 +01:00
..
2016-09-16 13:47:09 +01:00
2016-09-02 12:27:02 +01:00
2016-08-23 12:05:47 +01:00
2016-08-05 10:44:43 +01:00