We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/inspections.list { "token": "MY_TOKEN", "pretty": true }
{ "inspections": [ { "equipment_id": "5804f0f80ef50473af587891", "created": 1440799232046, "equipmentType_id": "5804f0f80ef50473af587886", "schedule_id": "5804f0f80ef50473af587888", "inspector_id": "5804f0f40ef50473af5870e9", "date": 1456898400000, "notes": "This is a test.", "id": "5804f0f80ef50473af5878eb" }, { "equipment_id": "5804f0f80ef50473af587891", "created": 1464393732104, "equipmentType_id": "5804f0f80ef50473af587886", "schedule_id": "5804f0f80ef50473af587887", "inspector_id": "5804f0f40ef50473af587101", "date": 1475470800000, "notes": "This is a test.", "id": "5804f0f80ef50473af5878ec" } ], "ok": true }