# GET API to get E-Way Bills generated against Transporter State wise on particular date

{% embed url="<https://www.mastersindia.co/contact-us/?products=E-Way%20Bill%20API>" %}

<table><thead><tr><th width="237">Name</th><th width="564">Description</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td><strong>API to get E-Way Bill generated by Consignor</strong></td></tr><tr><td><strong>Method Type</strong></td><td>GET</td></tr><tr><td><strong>Post Parameters (JSON Format)</strong></td><td>{ access_token, action, gstin, state_code, generated_date</td></tr><tr><td><strong>Success Response</strong></td><td>{ "results": { "message": [ { "eway_bill_number": 331001761233, "eway_bill_date": "17/04/2019 11:44:00 AM", "eway_bill_status": "Active", "gstin_of_generator": "05AAABC0181E1ZE", "document_number": "456-691", "document_date": "10/05/2018", "pincode_of_delivery": 563115, "state_name_of_delivery": null, "place_of_delivery": "Beml Nagar", "eway_bill_valid_date": "", "extended_times": 0, "reject_status": "N" }, { "eway_bill_number": 381001761436, "eway_bill_date": "17/04/2019 03:10:00 PM", "eway_bill_status": "Active", "gstin_of_generator": "05AAAAU6537D1ZO", "document_number": "GJ190029445", "document_date": "05/01/2019", "pincode_of_delivery": 999999, "state_name_of_delivery": "OTHER COUNTRY", "place_of_delivery": "", "eway_bill_valid_date": "23/04/2019 11:59:00 PM", "extended_times": 0, "reject_status": "N" } ], "status": "Success", "code": 200 } }</td></tr><tr><td><strong>Error Response</strong></td><td>{ "results": { "message": "Could not retrieve data", "status": "No Content", "code": 204 } }</td></tr></tbody></table>

{% embed url="<https://www.mastersindia.co/contact-us/?products=E-Way%20Bill%20API>" %}
