Filter Previous Orders By Date

GET {{baseUrl}}/orders/v1/activityreports/indicator?page={{page}}&size={{size}}&startOrderDate={{startDate}}&endOrderDate={{endDate}}

Retrieve a list of Activity MVR Reports that where ordered between 12am and 12pm.

Request Params

KeyDatatypeRequiredDescription
pagestring
sizestring
startOrderDatestringStart 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

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":[{"message":"adipisicing sint id reprehenderit aliqua","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1957-06-20T02:06:21.854Z","status":"laborum nostrud est","requestType":"Ut sint nisi","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"WI","middleName":"B","suffix":"Sr","licenseCategory":"License","address":{"street":"123 Main Street, Apt 101","city":"","state":"NM","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"}},{"message":"in sint","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1975-01-31T21:39:26.561Z","status":"in d","requestType":"Ut amet nulla","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"CO","middleName":"B","suffix":"Sr","licenseCategory":"License","address":{"street":"123 Main Street, Apt 101","city":"","state":"AZ","zipCode":12345},"gender":"Male","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"}}],"meta":{"totalPages":41903382,"totalRecords":-20395039},"links":{"self":"laborum velit in qui","first":"minim velit officia","prev":"in sit labore","next":"ea laboris pari","last":"do"}}