curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/builds-towards \
--header 'x-api-key: <api-key>'{
"data": [
{
"caseIdentifierUUID": "6b9e3b67-d7cc-11e8-824f-0242ac160002",
"statementCode": "6.EE.A.3",
"description": "Apply the properties of operations to generate equivalent expressions. *For example, apply the distributive property to the expression $3(2 + x)$ to produce the equivalent expression 6 + 3x; apply the distributive property to the expression 24x + 18y to produce the equivalent expression $6(4x + 3y)$; apply properties of operations to y + y + y to produce the equivalent expression 3y.*",
"author": "1EdTech",
"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 state standards and written permission under CC BY-4.0 from 1EdTech."
},
{
"caseIdentifierUUID": "6b9edd45-d7cc-11e8-824f-0242ac160002",
"statementCode": "6.EE.A.4",
"description": "Identify when two expressions are equivalent (i.e., when the two expressions name the same number regardless of which value is substituted into them). *For example, the expressions y + y + y and 3y are equivalent because they name the same number regardless of which number y stands for.*",
"author": "1EdTech",
"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 state standards and written permission under CC BY-4.0 from 1EdTech."
}
],
"pagination": {
"limit": 100,
"nextCursor": null,
"hasMore": false
}
}Fetches StandardsFrameworkItems that the specified academic standard builds towards through the “buildsTowards” relationship.
This endpoint retrieves academic standards where proficiency in the given academic standard supports the likelihood of success. These are the next logical learning steps or more advanced concepts that students can progress to after working with the current academic standard.
Use this endpoint when you need to:
Note: Learning progression data is currently based on Student Achievement Partners’ Coherence Map for Common Core State Standards for Mathematics. Coverage for other subjects and frameworks may be limited.
The endpoint returns paginated results. Use the limit and cursor parameters to control the number of results returned.
Related topics:
curl --request GET \
--url https://api.learningcommons.org/knowledge-graph/v0/academic-standards/{caseIdentifierUUID}/builds-towards \
--header 'x-api-key: <api-key>'{
"data": [
{
"caseIdentifierUUID": "6b9e3b67-d7cc-11e8-824f-0242ac160002",
"statementCode": "6.EE.A.3",
"description": "Apply the properties of operations to generate equivalent expressions. *For example, apply the distributive property to the expression $3(2 + x)$ to produce the equivalent expression 6 + 3x; apply the distributive property to the expression 24x + 18y to produce the equivalent expression $6(4x + 3y)$; apply properties of operations to y + y + y to produce the equivalent expression 3y.*",
"author": "1EdTech",
"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 state standards and written permission under CC BY-4.0 from 1EdTech."
},
{
"caseIdentifierUUID": "6b9edd45-d7cc-11e8-824f-0242ac160002",
"statementCode": "6.EE.A.4",
"description": "Identify when two expressions are equivalent (i.e., when the two expressions name the same number regardless of which value is substituted into them). *For example, the expressions y + y + y and 3y are equivalent because they name the same number regardless of which number y stands for.*",
"author": "1EdTech",
"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 state standards and written permission under CC BY-4.0 from 1EdTech."
}
],
"pagination": {
"limit": 100,
"nextCursor": null,
"hasMore": false
}
}API key for authentication. Include your API key in the x-api-key header for all requests.
The CASE UUID identifier from the CASE Network published by 1EdTech
Maximum number of results to return. Default is 100. Maximum allowed is 1000.
1 <= x <= 1000Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.
Was this page helpful?