Filter Previous Orders By Date
GET {{baseUrl}}/transactional/v1/mvrorders?page={{page}}&size={{size}}&startOrderDate={{startDate}}&endOrderDate={{endDate}}
Retrieve a list of Motor Vehicle Reports that where ordered between 12am and 12pm.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | ||
size | string | ||
startOrderDate | string | Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day. |
Pattern: yyyy-MM-dd
|
| endOrderDate
| string | | Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).
Pattern: yyyy-MM-dd |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"mvrOrderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1999-11-01T03:01:07.583Z","orderStatus":"FULFILLED","personId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","license":{"licenseId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseState":"NE","licenseNumber":"","licenseZipCode":0,"licenseCountyCode":"US","licenseGender":"0","licenseClass":"","licenseStatus":"disqualified","licenseStatusDate":"1956-01-30","CDL":false,"expirationDate":"1968-09-24","issuedDate":"1969-01-12","requestorCode":""},"subType":"3Y","controlNumber":"07DLI4","links":[{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""}]},{"mvrOrderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1950-08-03T13:18:24.138Z","orderStatus":"FULFILLED","personId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","license":{"licenseId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseState":"SC","licenseNumber":"","licenseZipCode":0,"licenseCountyCode":"US","licenseGender":"Female","licenseClass":"","licenseStatus":"denied","licenseStatusDate":"1975-09-25","CDL":false,"expirationDate":"1955-01-01","issuedDate":"1994-10-31","requestorCode":""},"subType":"3Y","controlNumber":"07DLI4","links":[{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""}]}],"meta":{"totalPages":-71063666,"totalRecords":-67940586},"links":{"self":"Duis ut eu aute nostrud","first":"consectetur d","prev":"Excepteur in mollit","next":"dolore","last":"sint Ut magna aute"}}