Facets
Using Facets as an Entry Point for Browsing Standards
`GET https://api.abconnect.instructure.com/rest/v4.1/standards?limit=0&facet_summary=*`
{
"links": {
"self": "https://api.abconnect.instructure.com/rest/v4.1/standards?limit=0&facet_summary=*"
},
"data": [],
"meta": {
"count": 378522,
"facets": [
{
"count": 14,
"facet": "education_levels.grades"
},
{
"facet": "education_levels.ece_ages",
"count": 8
},
{
"count": 54,
"facet": "document.publication.authorities"
},
{
"facet": "disciplines.strands",
"count": 111
},
{
"facet": "disciplines.subjects",
"count": 17
},
{
"count": 440,
"facet": "document"
},
{
"facet": "document.publication.regions",
"count": 54
},
{
"count": 5542,
"facet": "section"
},
{
"facet": "disciplines.ece_domains",
"count": 6
},
{
"facet": "document.publication",
"count": 163
}
],
"limit": 0,
"took": 336,
"offset": 0
}
}Using Facets as an Entry Point for Browsing Assets
Notes
Last updated
Was this helpful?