Skip to main content
GET
/
academic-standards
/
{caseIdentifierUUID}
/
learning-components
/academic-standards/{caseIdentifierUUID}/learning-components
curl --request GET \
  --url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/learning-components \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "identifier": "926bf4b0-e045-536b-ac02-2089d77cbf6c",
      "description": "Find the least common multiple of two whole numbers less than or equal to 12",
      "author": "Achievement Network",
      "provider": "Learning Commons",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received learning components under CC BY-4.0 from Achievement Network."
    },
    {
      "identifier": "9bf54462-5fd0-59bf-8360-cd503e45b884",
      "description": "Find the greatest common factor of two whole numbers less than or equal to 100",
      "author": "Achievement Network",
      "provider": "Learning Commons",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received learning components under CC BY-4.0 from Achievement Network."
    },
    {
      "identifier": "c587f727-0135-571c-8c60-7ad46e0a28c5",
      "description": "Use the distributive property to express a sum of two whole numbers 1-100 with a common factor as a multiple of a sum of two whole numbers with no common factor",
      "author": "Achievement Network",
      "provider": "Learning Commons",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received learning components under CC BY-4.0 from Achievement Network."
    }
  ],
  "pagination": {
    "limit": 100,
    "nextCursor": null,
    "hasMore": false
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Include your API key in the x-api-key header for all requests.

Path Parameters

caseIdentifierUUID
string<uuid>
required

The CASE UUID identifier from the CASE Network published by 1EdTech

Query Parameters

limit
integer
default:100

Maximum number of results to return. Default is 100. Maximum allowed is 1000.

Required range: 1 <= x <= 1000
cursor
string

Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.

Response

Successfully retrieved list of learning components supporting this standard

Generic cursor-based paginated response wrapper

data
object[]
required

Array of result items

pagination
object
required

Cursor-based pagination metadata