Fetch GRNs API
### Fetch GRNs API
This API is to get all GRNs existing in Dice.
| **Params** | **Required** | **Description** |
| --- | --- | --- |
| start_date | Mandatory | Date filter, from which date the GRNs needs to be fetched. <br> <br>Format - **dd-MM-yyyy** |
| end_date | Mandatory | Date filter, till which date the GRNs need to be fetched. <br> <br>Format - **dd-MM-yyyy** |
| offset | Mandatory | Page Number |
| pageSize | Optional | Number of vendor to be fetched in a single page. Value cannot be greater than 5000. <br> <br>If not provided along with the request then default value will be 1000 considered. |
Headers
DICE-APP-ID
Company Code of client
X-CLIENT-ID
API Client ID
X-CLIENT-SECRET
API Client Secret
Query parameters
offset
Offset starts from 0 (Page Number), values can be 0, 1, 2
pageSize
optinal parameter, default is 1000
start_date
Date should be in dd-MM-yyyy format and it runs on CreatedAt
end_date
Date should be in dd-MM-yyyy format and it runs on CreatedAt
Response
OK
grns
total
currentPage
totalPages

