Learning Resources

✨ List learning resources

<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 org-level courses without page content.
get/api/learning-resources/

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 8 of the 97 revisions of this API.14110

    • added the optional property results/items/single_page_review to the response with the 200 status

      response-optional-property-added

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

      response-property-became-nullable

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

      response-property-became-nullable

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

      response-property-became-nullable

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

      response-property-became-nullable

    • removed the required property results/items/content from the response with the 200 status

      response-required-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

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

      response-required-property-added

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

      response-property-became-nullable

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

      response-property-became-nullable

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-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

  • 77f50e3ef22015See the full diff
    • removed the optional property results/items/default_gate_before_first_annotation from the response with the 200 status

      response-optional-property-removed

    • added the optional property results/items/default_gate_annotator_data_manager to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/default_gate_annotator_label_stream to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/default_gate_reviewer_data_manager to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/default_gate_reviewer_label_stream to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/default_gate_reviewer_review_stream to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 97 revisions, 1 has no diff computed.