API-Key: ********************curl --location --request GET '/training-list' \
--header 'API-Version: {{api_version}}' \
--header 'API-Key: <api-key>'{
"count": 3,
"trainings": [
{
"course_id": "XX",
"testid": "XX",
"course_name": "Complaints Handling",
"notes": "",
"group_title": "Standard Training Pack"
},
{
"course_id": "XX",
"testid": "XX",
"course_name": "COSHH",
"notes": "",
"group_title": "Standard Training Pack"
},
{
"course_id": "XX",
"testid": "XX",
"course_name": "Countering Fraud Bribery and Corruption in the NHS",
"notes": "",
"group_title": "Standard Training Pack"
},
]
}