Fetch All Debit Notes
**Fetch All Debit Notes**
This endpoint is a GET request to retrieve All Debit Notes based on the given time stamp.
### Request Parameters
This API is use to get all Invoices existing in Dice.
| **Params** | **Required** | **Description** |
| --- | --- | --- |
| start_date | Mandatory | Date filter, from which date Debit notes needs to be fetched. <br> <br>Format - Unix timestamp |
| end_date | Mandatory | Date filter, till which date the Debit notes need to be fetched. <br> <br>Format - Unix timestamp |
| offset | Mandatory | Page Number |
Headers
DICE-APP-ID
X-CLIENT-ID
X-CLIENT-SECRET
Query parameters
startDate
Start date (unix timestamp) for filtering credit notes.
endDate
Start date (unix timestamp) for filtering credit notes.
offset
Offset starts from 0 (Page Number), values can be 0, 1, 2
Response
OK
debitNotes
total
currentPage
totalPages

