POST https://api.kpaehs.com/v1/grouptrainings.list
{
"token": "MY_TOKEN",
"pretty": true
}
RESPONSE
{
"ok": true,
"grouptrainings": [
{
"id": 1024,
"created": 1582829329530,
"m_trainees_id": [
"5e580f0db780600088bd2ce5",
"5e580f0db780600088bd2ce8",
"5e580f0db780600088bd2ceb",
"5e580f0db780600088bd2cee",
"5e580f0db780600088bd2cf1",
"5e580f0db780600088bd2cf4",
"5e580f0db780600088bd2cf7",
"5e580f0db780600088bd2cfa",
"5e580f0cb780600088bd2c11"
],
"trainings_id": [
1052
],
"m_instructor_id": "5e580f0db780600088bd2ca0",
"notes": "These are the notes for this group training."
},
{
"id": 1025,
"created": 1582829329531,
"m_trainees_id": [
"5e580f0db780600088bd2c7f",
"5e580f0db780600088bd2cf4",
"5e580f0db780600088bd2c76",
"5e580f0db780600088bd2c6d"
],
"trainings_id": [
1028,
1022
],
"m_instructor_id": "5e580f0db780600088bd2cc7",
"notes": "This is an example of a tailgate talk meeting."
},
{
"id": 1026,
"created": 1582829329531,
"m_trainees_id": [
"5e580f0db780600088bd2ceb",
"5e580f0db780600088bd2c3d",
"5e580f0db780600088bd2ce8",
"5e580f0db780600088bd2cb2",
"5e580f0db780600088bd2c58"
],
"trainings_id": [
1028
],
"m_instructor_id": "5e580f0db780600088bd2c6a",
"notes": "This is an example of a tailgate talk meeting."
}
]
}