Changes to ✨ List user progress for a learning resource

GET /api/learning-resources/{id}/user-progress/

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 7 of the 97 revisions of this API.96

  1. b5f055b9d45b7
  2. c2893748a8d312
  3. 5e3bb574b08d1
  4. 99c2c668ac541
  5. d76c2afe36711
  6. bcf40ee10a641
  7. d3cf6cceebfd1

What changed

    • the response property results/items/last_module_title became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/last_page_id became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/last_page_title became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user/allOf[UserSimple]/avatar became nullable for the status 200

      response-property-became-nullable

    • the results/items/progress_percent response's property type/format changed from string/ to number/double for status 200

      response-property-type-changed

    • the results/items/quiz_summary response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the results/items/requires_retake response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • for the path request parameter id, the type/format was changed from string/ to integer/

      request-parameter-type-changed

    • added the new optional query request parameter scope

      new-optional-request-parameter

    • added the new optional query request parameter workspace

      new-optional-request-parameter

    • added the required property results/items/imported_at to the response with the 200 status

      response-required-property-added

    • the results/items/pages_visited response's property type/format changed from / to array/ for status 200

      response-property-type-changed

    • added the required property results/items/pages_visited to the response with the 200 status

      response-required-property-added

    • added the required property results/items/quiz_summary to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

Of the 97 revisions, 1 has no diff computed.