post https://api.caniphish.com/api/v2/reporting/training/get-campaign-data
This API provides detailed information on training assignments for each employee involved.
Response FIelds Explained:
- eA: The email address of the employee being trained (eA = emailAddress).
- att: The number of attempts to pass the training the employee has made (att = attempt).
- aD: The DateTime that the training was assigned, formatted in a ISO 8601 string (e.g. "2023-08-06T05:42:14.6375725+00:00") (aD = attemptDate).
- bS: The best score the employee has achieved across all attempts (bS = bestScore).
- bSD: The DateTime that the best score was achieved, formatted in a ISO 8601 string (e.g. "2023-08-06T05:42:14.6375725+00:00") (bSD = bestScoreDate).
- pS: The score required to pass the assigned training module (pS = passScore).
- p: The true or false result of whether the training assignment has been passed (p = pass).
- mN: The name of the training module that has been assigned (mN = moduleName).
- err: The true or false result of whether there was an error assigning the training (err = error).
- eC: The reason that an error occured when assigning the training (eC = errorCode).