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/trainings.v2.list { "token": "MY_TOKEN", "pretty": true }
RESPONSE
{ "ok": true, "trainings": [ { "id": 1024, "title": "Coordinator Training", "created": 1582829328965, "lesson_id": 1044, "included_trainings_id": [ 1025, 1026 ], "schedule_type": "rolling", "renewal_months": 12, "certificate_text": "This text goes on PDF certificates.", "assigned_to_type": "limited", "assigned_to_condition": { "data": { "fieldId": "job-title", "settings": { "values": [ "5e580f0db780600088bd2c2d" ] } } }, "is_highlighted": false, "notes": "These are internal notes about Coordinator Training.", "expires_on_month": null, "expires_on_day": null, "expiring_days": 14, "window_open_month": null, "window_open_day": null, "window_close_month": null, "window_close_day": null, "window_last_offered_date_number": null, "window_required_for_new_employees": false }, { "id": 1035, "title": "Zone Manager Training", "created": 1582829328966, "lesson_id": null, "included_trainings_id": [], "schedule_type": "rolling", "renewal_months": 6, "certificate_text": "", "assigned_to_type": "all", "assigned_to_condition": {}, "is_highlighted": true, "notes": "", "expires_on_month": 12, "expires_on_day": 31, "expiring_days": 7, "window_open_month": null, "window_open_day": null, "window_close_month": null, "window_close_day": null, "window_last_offered_date_number": null, "window_required_for_new_employees": false }, { "id": 1025, "title": "Chemical Awareness", "created": 1582829328964, "lesson_id": 1643, "included_trainings_id": [], "schedule_type": "window", "renewal_months": null, "certificate_text": "", "assigned_to_type": "none", "assigned_to_condition": {}, "is_highlighted": true, "notes": "", "expires_on_month": null, "expires_on_day": null, "expiring_days": 14, "window_open_month": 6, "window_open_day": 1, "window_close_month": 6, "window_close_day": 30, "window_last_offered_date_number": 20190616, "window_required_for_new_employees": true } ] }