List Licenses
GET {{baseUrl}}/organization/v1/people/:personId/licenses
Retrieve a list of License for the given personId
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Accept | string |
RESPONSES
status: OK
{"data":[{"groupId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","personId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseState":"NE","licenseNumber":"","licenseZipCode":0,"licenseCountyCode":"US","licenseGender":"0","licenseClass":"","licenseStatus":"surrender","licenseStatusDate":"2007-01-15","CDL":false,"expirationDate":"1953-05-14","issuedDate":"1993-01-31","requestorCode":""},{"groupId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","personId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","licenseState":"IA","licenseNumber":"","licenseZipCode":0,"licenseCountyCode":"US","licenseGender":"Female","licenseClass":"","licenseStatus":"limited","licenseStatusDate":"1955-02-21","CDL":false,"expirationDate":"2010-03-28","issuedDate":"1962-08-14","requestorCode":""}]}