Add sentences introducing responses to GET

This commit is contained in:
catherineheywood
2016-05-04 11:19:09 +01:00
parent 5f1ecb2ae6
commit d20228ea25

View File

@@ -173,7 +173,7 @@ where:
**Note:** You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart).
<a id="coderesponse"></a>
The response will be:
The response (status code 201) will be:
```
{
'data':{
@@ -191,6 +191,7 @@ To retrieve the status of a single sms or email notification:
```
GET /notifications/{id}
```
The response (status code 200) will be:
```
{
@@ -227,6 +228,8 @@ To retrieve the status of all notifications:
GET /notifications
```
The response (status code 200) will be:
```
{
'data':[{