Skip to main content
GET
/
academic-standards
/
{caseIdentifierUUID}
/
activities
Activities for a standard
curl --request GET \
  --url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/activities \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "identifier": "im:98928b4e-0183-5e0e-955d-230653db7332",
      "name": "Water in a Tank",
      "ordinalName": "Activity 1",
      "author": "Illustrative Mathematics",
      "provider": "Learning Commons",
      "license": "https://creativecommons.org/licenses/by-nc/4.0/",
      "attributionStatement": "Knowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received the scope and sequence of the Illustrative Mathematics 360 curriculum under CC BY-4.0 from Illustrative Mathematics."
    },
    {
      "identifier": "im:a859c7f9-ba5c-5b2e-82e9-1b948e4ee01c",
      "name": "Swing Time",
      "ordinalName": "Activity 2",
      "author": "Illustrative Mathematics",
      "provider": "Learning Commons",
      "license": "https://creativecommons.org/licenses/by-nc/4.0/",
      "attributionStatement": "nKnowledge Graph is provided by Learning Commons under the CC BY-4.0 license. Learning Commons received the scope and sequence of the Illustrative Mathematics 360 curriculum under CC BY-4.0 from Illustrative Mathematics.l"
    }
  ],
  "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 activity summaries

Generic cursor-based paginated response wrapper

data
object[]
required

Array of result items

pagination
object
required

Cursor-based pagination metadata