Filter Previous Orders By Date

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

Retrieve a list of Activity Detail 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":"cillum dolor Duis","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"2005-02-14T22:46:21.511Z","status":"officia aliqua","requestType":"minim adipisicing officia","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"VT","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"}},{"message":"quis sit","orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"2020-05-19T18:01:53.761Z","status":"tempor","requestType":"fugiat incididunt adipis","requestInfo":{"firstName":"John","lastName":"Doe","birthDate":"1974-01-29","licenseNumber":"ABC123","licenseState":"MD","middleName":"B","suffix":"Sr","licenseCategory":"License","address":{"street":"123 Main Street, Apt 101","city":"","state":"NJ","zipCode":12345},"gender":"Male","height":510,"weight":195,"eyeColor":"HAZEL","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":-77008607,"totalRecords":-96575931},"links":{"self":"sunt ut quis id","first":"amet","prev":"reprehenderit mollit elit","next":"in in sit sint cupidatat","last":"ut"}}