mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Link to Delivery and failure doc
This commit is contained in:
@@ -283,7 +283,7 @@ The response (status code 200) will be:
|
||||
<a name="fieldsforGET"></a>
|
||||
where:
|
||||
|
||||
* `status` is the status of the notification; this can be `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (for more information, see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure))
|
||||
* `status` is the status of the notification; this can be `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure))
|
||||
* `to` is the recipient's phone number or email address
|
||||
* `template`:
|
||||
* `id` is the Template ID
|
||||
@@ -309,7 +309,7 @@ where:
|
||||
The ``GET /notifications`` request accepts the following query string parameters:
|
||||
|
||||
* `template_type` - `sms` or `email` (you can enter `template_type` twice)
|
||||
* `status` - `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (for more information, see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure))
|
||||
* `status` - `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure))
|
||||
* `page` - page number
|
||||
* `page_size` - number of notifications per page; defaults to 50
|
||||
* `limit_days` - number of days; defaults to 7
|
||||
|
||||
Reference in New Issue
Block a user