Skip to content

Commit

Permalink
removed example
Browse files Browse the repository at this point in the history
  • Loading branch information
midhun-mbt committed Jul 16, 2024
1 parent 351313f commit 354e8ab
Showing 1 changed file with 1 addition and 78 deletions.
79 changes: 1 addition & 78 deletions v2/sms/pull-dlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,81 +129,4 @@ You will be limited the records 100 per page.
"to": 2,
"total": 2
}
}
```
#### Example Response with date or group_id

```json
{
"status": "OK",
"code": 200,
"message": "OK",
"data": [
{
"id": "6bb5da1a-b53e-4fbd-b0ae-6926cad4540b:1",
"mobile": "918074318216",
"status": "AWAITING-DLR",
"units": 1,
"service": "T",
"length": 10,
"charges": 1,
"custom": "",
"custom1": "",
"location": "",
"provider": "",
"submitted_at": "2024-06-24 09:51:03",
"delivered_at": "",
"sender": "MOBTRN"
},
{
"id": "6bb5da1a-b53e-4fbd-b0ae-6926cad4540b:2",
"mobile": "919492839930",
"status": "AWAITING-DLR",
"units": 1,
"service": "T",
"length": 10,
"charges": 1,
"custom": "",
"custom1": "",
"location": "",
"provider": "",
"submitted_at": "2024-06-24 09:51:03",
"delivered_at": "",
"sender": "MOBTRN"
}
],
"links": {
"first": "{endpoint}/api/v2/sms/status?page=1",
"last": "{endpoint}/api/v2/sms/status?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "{endpoint}/api/v2/sms/status?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "{endpoint}/api/v2/sms/status",
"per_page": 100,
"to": 2,
"total": 2
}
}

```
}

0 comments on commit 354e8ab

Please sign in to comment.