Learning Resources
✨ List certificates 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> List all certificates issued for a course.get/api/learning-resources/{id}/certificates/
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
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
Changed in 2 of the 97 revisions of this API.13
- ▲
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
- ▲
- ○
endpoint added
endpoint-added
- ○
Of the 97 revisions, 1 has no diff computed.