From 9e647be35ce12cbffc10813f85d9408c2a3dd9d9 Mon Sep 17 00:00:00 2001 From: Catherine Heywood Date: Thu, 19 May 2016 14:49:32 +0100 Subject: [PATCH] explanations of queryparams --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 25b0a43d7..7fe7996c8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -306,11 +306,11 @@ where: * `next` is the URL of the next page of notifications These URLs accept the following query string parameters: - * `template_type` - * `status` - * `page` + * `template_type` - `sms` or `email` (you can enter both) + * `status` - `sending`, `delivered`, or `failed` + * `page` - page number * `page_size` - * `limit_days` + * `limit_days` - defaults to 7 * `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