This is intended to help conceptualize requests.
We recommend tools such as Postman or ApiDog for development and testing.
REQUEST Open GET Request >
POST https://api.kpaehs.com/v1/driver-qualifications.list { "token": "MY_TOKEN", "pretty": true }
RESPONSE
{ "ok": true, "users": [ { "id": "5f3d4a1322c181d6a810cf18", "employeeNumber": "DBROWN", "requirements": [ { "id": 1039, "title": "Driver’s Application for Employment", "status": "active", "expiration": "never", "lastCompleted": "07/06/2020" }, { "id": 1034, "title": "DOT Medical Examiner's Certificate", "status": "active", "expiration": "01/11/2022", "lastCompleted": "01/11/2020" }, { "id": 1033, "title": "CDL / Permit / Driver's License", "status": "active", "expiration": "04/10/2023", "lastCompleted": "04/10/2020" } ] }, { "id": "5f3d4a1522c181d6a810cfed", "employeeNumber": "47538", "requirements": [ { "id": 1040, "title": "Receipt of FMCSR Book", "status": "active", "expiration": "never", "lastCompleted": "01/12/2020" }, { "id": 1039, "title": "Driver’s Application for Employment", "status": "active", "expiration": "never", "lastCompleted": "01/08/2020" }, { "id": 1033, "title": "CDL / Permit / Driver's License", "status": "active", "expiration": "07/12/2023", "lastCompleted": "07/12/2020" } ] }, { "id": "5f3d4a1422c181d6a810cf9c", "employeeNumber": "47511", "requirements": [ { "id": 1040, "title": "Receipt of FMCSR Book", "status": "active", "expiration": "never", "lastCompleted": "03/15/2020" }, { "id": 1039, "title": "Driver’s Application for Employment", "status": "active", "expiration": "never", "lastCompleted": "04/18/2020" }, { "id": 1033, "title": "CDL / Permit / Driver's License", "status": "expiring", "expiration": "08/31/2020", "lastCompleted": "08/31/2017" } ] } ] }