Edit your training registration options from the API
Editing training inscription options (add student to past ressources, to futures ressources) was only possible from Edusign School graphical interface. To enable the automation of workflows and third-party applications using our API to manage schools, it was necessary to add the possibility of knowing and editing these options.
Update a course : UTC+0 date format is now correctly interpreted in your school's time zone
When updating a course, YYYY-MM-DDTHH:MM:SSZ
(UTC+0 format) was misinterpreted as the date in the school's time zone. From now on, the format will transform the date according to your time zone.
Training Inscription Hash for registration link
The STUDENT_INSCRIPTION_HASH
field has been added in Get a training endpoint response to easily create the training registration link on demand and facilitate API integrations with our partners.
Dates returned based on school timezone
Retrieved dates are returned via API in UTC+0 format according to the school timezone. Initially, they were based to the UTC+2 timezone.