Skip to main content
GET
/
academic-standards
/
{caseIdentifierUUID}
/
related-standards
/academic-standards/{caseIdentifierUUID}/related-standards
curl --request GET \
  --url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/related-standards \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "caseIdentifierUUID": "6ba0feac-d7cc-11e8-824f-0242ac160002",
      "statementCode": "5.NF.B.7",
      "description": "Apply and extend previous understandings of division to divide unit fractions"
    },
    {
      "caseIdentifierUUID": "6ba0e123-d7cc-11e8-824f-0242ac160002",
      "statementCode": "5.NF.B.6",
      "description": "Solve real world problems involving multiplication of fractions"
    },
    {
      "caseIdentifierUUID": "6ba0c456-d7cc-11e8-824f-0242ac160002",
      "statementCode": "5.NF.B.5",
      "description": "Interpret multiplication as scaling (resizing)"
    },
    {
      "caseIdentifierUUID": "6ba0a789-d7cc-11e8-824f-0242ac160002",
      "statementCode": "5.NF.B.4",
      "description": "Apply and extend previous understandings of multiplication to multiply a fraction by a whole number"
    }
  ],
  "pagination": {
    "limit": 100,
    "nextCursor": "eyJpZGVudGlmaWVyIjoiNWI3ZjE4ZmUtYmQxNC01NDI3LThkMzUtNWQzNGMzYjhmMTBmIn0=",
    "hasMore": true
  }
}

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 related standards

Generic cursor-based paginated response wrapper

data
object[]
required

Array of result items

pagination
object
required

Cursor-based pagination metadata