-
Verified Learning has been renamed World Continuing Education Alliance, all branding and terminology has been changed to reflect that.
-
The API now supports HTTPS, so please change your URL endpoints.
-
Terminology change Training is now E-learning, all references to training have been changed to reflect that. Response property names have also been changed to reflect that.
-
Terminology change Micro Portals are now Additional Portals, all references have been changed to reflect that.
- Additional fields E-learning reports (previously training reports) now contain five additional fields:
time_restriction: Number of days training is available after purchaseaccreditation: List of Accreditors for this E-learningparticipant_score_breakdown: Exam score breakdownparticipant_score_breakdown_pdf: Link to a PDF displaying exam score breakdownparticipant_per_answer_pdf: Link to a PDF displaying participants per exam answer
-
New Search criteria E-learning activity reports (previously Training Activity Reports) can now be searched using a
user_id. This means, you can now fetch all training activity for a particular user. - Additional fields E-learning activity reports (previously Training Activity Reports) now contain four additional fields:
exam_attemptsdate_expiry: Date on which this E-learning will not be available to this user anymoredate_modifiedmember_email
- Additional fields User reports now contain additional fields:
streetzipnumber_of_times_logged_in: Number of times the user has logged into this portalall_ce_requires_accreditation: Does all CE Need to be accredited?accreditors: Accreditors which must accredit CE (comma separated list)ce_minimum_duration: Minimum duration to qualify for CEce_start_date: CE Cycle Start Datece_end_date: CE Cycle End Datece_declaration_date: Next CE Declaration Datereferrer_url: The url where the user came from before registrationutm_source: The source of the user registration
-
New Field All user related endpoints now have a field called
licensing_regionwhich defaults to theregionif not provided, it's available in both Get and Set operations. -
New Field All user related endpoints now have a field called
member_idwhich allows you to attach a custom identifier to each user, it's available in both Get and Set operations. -
New Primary Field All user related endpoints now accept
member_idas a url parameter in addition to the currentidandemailfields. This means you can now fetch users by theirmember_id. See Get user for more info. -
New Endpoints See Accreditor and User - Accreditor.
- New Endpoints See User - External Education.
Endpoint URL changes
| Old URL | New URL |
|---|---|
| /user/{id}/trainingProfile | /user/{id}/elearningProfile |
| /microportal | /additionalportal |
| /microportal/{id} | /additionalportal/{id} |
| /training | /elearning |
| /training/{id} | /elearning/{id} |
| /report/training | /report/elearning |
| /report/trainingActivity | /report/elearningActivity |
| /report/trainingActivity/{id} | /report/elearningActivity/{id} |
Parameter changes
- When getting authenticated links (SSO) direct to a particular training, the
contextparameter now needs a value ofe-learning. Previously it used to accepttrainingas a parameter. See E-learning - Link to e-learning - The payment endpoint now accepts
e-learningas the parameter name instead oftraining. See Payment - Create new payment
