August 2022

  • Improved:
    • The xAPI previously checked only for IDs when adding or reporting completions. It now also checks against IRI, the international standard for URIs, which is required by the xAPI standard. (PD-75027)
  • Added:
    • You can now GET ALL users associated with a skill plan and add or remove them from skill plans using the /skill-plans/{id}/followers endpoint.
    • You can now use the /skill-plans endpoint to manage the image associated with a skill plan.
  • Fixed:
    • The Groups endpoint formerly returned null for modified-at because Degreed does not log this data. This attribute has been removed. This is technically a breaking change. We hope that nobody was using the null value and apologize for any inconvenience. We will not make a habit of breaking changes.
  • Documentation: