✨ 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.Path parameters
A unique integer value identifying this learning resource.
Query parameters
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
A search term.
Response
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_titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/last_page_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/last_page_titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user/allOf[UserSimple]/avatarbecame nullable for the status200response-property-became-nullable
- ▲
the
results/items/progress_percentresponse's property type/format changed fromstring/tonumber/doublefor status200response-property-type-changed
- ▲
the
results/items/quiz_summaryresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
results/items/requires_retakeresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
- ▲
for the
pathrequest parameterid, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ○
added the new optional
queryrequest parameterscopenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterworkspacenew-optional-request-parameter
- ▲
- ○
added the required property
results/items/imported_atto the response with the200statusresponse-required-property-added
- ○
- ▲
the
results/items/pages_visitedresponse's property type/format changed from/toarray/for status200response-property-type-changed
- ▲
- ○
added the required property
results/items/pages_visitedto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
results/items/quiz_summaryto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
Of the 97 revisions, 1 has no diff computed.