mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
add list of query string parameters
This commit is contained in:
+8
-2
@@ -302,8 +302,14 @@ where:
|
|||||||
* `reference` is used in the Notifications API so you can ignore it (populated for email notifications only)
|
* `reference` is used in the Notifications API so you can ignore it (populated for email notifications only)
|
||||||
* `sent_by` is the name of the provider
|
* `sent_by` is the name of the provider
|
||||||
* `links`:
|
* `links`:
|
||||||
* `last` is the url of the last page of notifications
|
* `last` is the URL of the last page of notifications
|
||||||
* `next` is the url of the next page of notifications
|
* `next` is the URL of the next page of notifications
|
||||||
|
These URLs accept the following query string parameters:
|
||||||
|
* `template_type`
|
||||||
|
* `status`
|
||||||
|
* `page`
|
||||||
|
* `page_size`
|
||||||
|
* `limit_days`
|
||||||
* `total` is the total number of notifications sent by the service using the given template type
|
* `total` is the total number of notifications sent by the service using the given template type
|
||||||
* `page_size` is an optional integer indicating the number of notifications per page; if not provided, defaults to 50
|
* `page_size` is an optional integer indicating the number of notifications per page; if not provided, defaults to 50
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user