GET [ training-courses ]
Production Endpoint: https://app.complyflow.com.au/app/public/index.php/api/acu/training-courses
Test Endpoint: https://test.complyflow.com.au/app/public/index.php/api/acu/training-courses
Overview
This endpoint returns the list of online training courses from the current organisation in the ComplyFlow system.
Authentication instructions
Refer to the Authentication method for Authentication Methods (for Login and Logout).
Permissions Required
The user required the permissions below:
API User
User is Staff
Users have View Training Permission
Please also refer to the Permissions Overview guide.
Query parameters
FIELD  | TYPE  | DESCRIPTION  | Example  | REQUIRED  | DEFAULT  | PATTERN  | 
-  | -  | -  | -  | -  | 
  | -  | 
Request Example
curl --location 'http://test.complyflow.com.au/app/public/index.php/api/acu/training-courses' \
--header 'Authorization: [...]' \
--header 'Cookie: [...]'
Response Example
The API Request returns list of training course in current organisation.
{
    "token": "",
    "data": {
        "103": "Online Training B",
        "102": "Online TrainingA",
        "104": "Online TrainingC",
        "105": "Online TrainingD",
        "106": "Online TrainingE"
    }
}
β