Learning Resources

✨ List user progress for a learning resource

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Paginated progress for users who started the course.
get/api/learning-resources/{id}/user-progress/

Path parameters

idinteger required

A unique integer value identifying this learning resource.

Query parameters

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

scopestring
searchstring

A search term.

workspaceinteger

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}

Changes

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

    • 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.