List Reports by Person ID
GET {{baseUrl}}/reports/v1/people/:personId/motorvehiclereports
Retrieve a list of Motor Vehicle Reports for the given personId
.
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":[{"mvrId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","mvrDateTime":""},{"mvrId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","mvrDateTime":""}]}