Filter Previous Orders By Date
GET {{baseUrl}}/orders/v1/mvrreports/activity?page={{page}}&size={{size}}&startOrderDate={{startDate}}&endOrderDate={{endDate}}
Retrieve a list of Activity MVR 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":[{"message":"occaecat adipisicing laborum","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1946-05-14T10:27:14.089Z","status":"culpa fugiat deserunt","requestType":"officia magna","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"OR","middleName":"B","suffix":"Sr","licenseCategory":"License","address":{"street":"123 Main Street, Apt 101","city":"","state":"NV","zipCode":12345},"gender":"0","height":510,"weight":195,"eyeColor":"BROWN","issueDate":"2020-01-29","expiryDate":"2024-01-29","ssn":"123456789","customFields":[{"name":"","value":""},{"name":"","value":""}],"options":["LICENSE_VALIDATION","LICENSE_VALIDATION"],"billCode":"Demo","billReference":"Account","purpose":"RESELLER_INSURANCE"}},{"message":"esse","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"2014-11-23T21:49:40.136Z","status":"sunt aliqua consequat amet","requestType":"in ipsum magna ullam","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"HI","middleName":"B","suffix":"Sr","licenseCategory":"License","address":{"street":"123 Main Street, Apt 101","city":"","state":"MI","zipCode":12345},"gender":"Male","height":510,"weight":195,"eyeColor":"GREEN","issueDate":"2020-01-29","expiryDate":"2024-01-29","ssn":"123456789","customFields":[{"name":"","value":""},{"name":"","value":""}],"options":["LICENSE_VALIDATION","LICENSE_VALIDATION"],"billCode":"Demo","billReference":"Account","purpose":"RESELLER_EMPLOYMENT"}}],"meta":{"totalPages":57923174,"totalRecords":-86737062},"links":{"self":"sunt","first":"ad cupidatat eu eiusmod","prev":"in aliqua aut","next":"ea","last":"Duis nulla mollit"}}