Standards
Last updated
Was this helpful?
Last updated
Was this helpful?
The Standards resource can be used to access academic Standards and related metadata. The API provides a simple integration point, eliminates the need to manage Standards data in your organization and system, and provides the foundation for additional connected metadata. Use of the API ensures the most current Standards data is available to your application.
One of the greatest benefits of AB Connect is the ability to navigate relationships between Standards, other Standards and Topics. Retrieving the related Standards and Topics is done in a similar fashion as attributes, but they are contained in the JSON API relationships response. Note that due to the JSON API standard, only the type and ID are returned in the relationship data. Keep in mind that the JSON API ID is the same as the AB GUID for these entities. If you'd like to retrieve the data of the related resources, use the include
parameter.
Standards can also be related to Assets. Note that if a Standard is related to an Asset, Topics related to that same Standard automatically become related to Asset as "predicted" relationships when you are licensed for the Academic Benchmarks Topic Taxonomy. Note that this implied relationship is bidirectional, so relating a Topic to an Asset directly also generates predicted Standards relationships. Relationships between Standards and Assets are managed through the Asset endpoint. See the documentation on the Asset endpoint for details.
All calls against the Standards resource must be implemented as HTTP GET requests, and must include proper Partner Authentication Credentials.
In its simplest form, you are able to retrieve the details of a specific Standard by appending the AB GUID to the path portion of the URL.
Using filtering and facets, it is possible to retrieve sets of Standards that match specific criteria. These Standards are returned in an array of Standard objects. See the Introduction for an explanation on filtering and the use of facets. This section covers the specifics of using these parameters with the Standards resource.
/standards/{guid}
guid of specified standard
Your partner ID - you should have gotten them from AB Support or when you signed up for a sandbox account.
Signature for the request authorization.
Expiration timestamp for the authorization.
comma separated list of field names
A comma separated list of resource names that will be returned in the response. Standards have relationships with other resources (e.g. other Standards, Topics and Concepts). By default, those related resources are returned as references to other endpoints and only their IDs are included in the response. If you list the related resources by their relationship name in the include statement, the properties of the related resources are included as well.
curl -L \
--url 'https://api.abconnect.instructure.com/rest/v4.1/standards/{guid}?partner.id=text&auth.signature=text&auth.expires=text'
{
"links": {
"self": "text"
},
"meta": {
"took": 1
},
"data": {
"type": "text",
"id": "text",
"relationships": {
"related_courses": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakout_origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"ancestors": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"topics": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peers": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakouts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"crosswalks": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaced_by": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaces": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"children": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"concepts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peer_derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"parent": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"course_standards": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"contexts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"associations": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
}
},
"attributes": {
"seq": 1,
"captured_by": "text",
"uri": "text",
"level": 1,
"date_modified_utc": "text",
"label": "text",
"date_deleted_utc": "text",
"guid": "text",
"key_ideas": [
{
"guid": "text",
"concepts": [
{
"descr": "text",
"guid": "text"
}
]
}
],
"document": {
"implementation_year": "text",
"descr": "text",
"date_modified_utc": "text",
"source_url": "text",
"assessment_year": "text",
"publication": {
"descr": "text",
"source_url": "text",
"extended_descr": "text",
"acronym": "text",
"guid": "text",
"publication_type": "standard",
"regions": [
{
"guid": "text",
"descr": "text",
"code": "text",
"type": "country"
}
],
"authorities": [
{
"guid": "text",
"descr": "text",
"acronym": "text"
}
]
},
"guid": "text",
"obsolete_year": "text",
"adopt_year": "text",
"revision_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"number": {
"root_enhanced": "text",
"enhanced": "text",
"prefix_enhanced": "text",
"raw": "text"
},
"section": {
"guid": "text",
"seq": 1,
"date_modified_utc": "text",
"descr": "text",
"implementation_year": "text",
"number": "text",
"assessment_year": "text",
"revision_year": "text",
"label": "text",
"obsolete_year": "text",
"adopt_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"has_list": "text",
"topic_organizer": "text",
"status": "active",
"standard_type": "organizational",
"in_list": "Y",
"deepest": "Y",
"utilizations": [
{
"guid": "text",
"type": "alignable"
}
],
"legends": [
{
"symbol": "text",
"descr": "text",
"symbol_position": "before"
}
],
"alt_identifiers": [
{
"id": "text",
"type": "GUID",
"source": "canonical"
}
],
"extensions": [
{
"guid": "text",
"descr": "text",
"type": "reference"
}
],
"statement": {
"combined_descr": "text",
"descr": "text",
"addendums": [
{
"seq": 1,
"descr": "text",
"add_context": "Y",
"position": "before"
}
]
},
"disciplines": {
"strands": [
{
"descr": "text",
"guid": "text"
}
],
"ece_domains": [
{
"guid": "text",
"code": "text",
"descr": "text"
}
],
"subjects": [
{
"code": "text",
"descr": "text",
"guid": "text"
}
],
"genres": [
{
"code": "text",
"guid": "text",
"descr": "text"
}
]
},
"education_levels": {
"ece_ages": [
{
"guid": "text",
"descr": "text",
"seq": 1
}
],
"grades": [
{
"guid": "text",
"descr": "text",
"code": "text",
"seq": 1
}
]
}
}
},
"included": [
{
"type": "text",
"id": "text",
"relationships": {
"related_courses": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakout_origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"ancestors": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"topics": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peers": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakouts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"crosswalks": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaced_by": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaces": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"children": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"concepts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peer_derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"parent": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"course_standards": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"contexts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"associations": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
}
},
"attributes": {
"seq": 1,
"captured_by": "text",
"uri": "text",
"level": 1,
"date_modified_utc": "text",
"label": "text",
"date_deleted_utc": "text",
"guid": "text",
"key_ideas": [
{
"guid": "text",
"concepts": [
{
"descr": "text",
"guid": "text"
}
]
}
],
"document": {
"implementation_year": "text",
"descr": "text",
"date_modified_utc": "text",
"source_url": "text",
"assessment_year": "text",
"publication": {
"descr": "text",
"source_url": "text",
"extended_descr": "text",
"acronym": "text",
"guid": "text",
"publication_type": "standard",
"regions": [
{
"guid": "text",
"descr": "text",
"code": "text",
"type": "country"
}
],
"authorities": [
{
"guid": "text",
"descr": "text",
"acronym": "text"
}
]
},
"guid": "text",
"obsolete_year": "text",
"adopt_year": "text",
"revision_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"number": {
"root_enhanced": "text",
"enhanced": "text",
"prefix_enhanced": "text",
"raw": "text"
},
"section": {
"guid": "text",
"seq": 1,
"date_modified_utc": "text",
"descr": "text",
"implementation_year": "text",
"number": "text",
"assessment_year": "text",
"revision_year": "text",
"label": "text",
"obsolete_year": "text",
"adopt_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"has_list": "text",
"topic_organizer": "text",
"status": "active",
"standard_type": "organizational",
"in_list": "Y",
"deepest": "Y",
"utilizations": [
{
"guid": "text",
"type": "alignable"
}
],
"legends": [
{
"symbol": "text",
"descr": "text",
"symbol_position": "before"
}
],
"alt_identifiers": [
{
"id": "text",
"type": "GUID",
"source": "canonical"
}
],
"extensions": [
{
"guid": "text",
"descr": "text",
"type": "reference"
}
],
"statement": {
"combined_descr": "text",
"descr": "text",
"addendums": [
{
"seq": 1,
"descr": "text",
"add_context": "Y",
"position": "before"
}
]
},
"disciplines": {
"strands": [
{
"descr": "text",
"guid": "text"
}
],
"ece_domains": [
{
"guid": "text",
"code": "text",
"descr": "text"
}
],
"subjects": [
{
"code": "text",
"descr": "text",
"guid": "text"
}
],
"genres": [
{
"code": "text",
"guid": "text",
"descr": "text"
}
]
},
"education_levels": {
"ece_ages": [
{
"guid": "text",
"descr": "text",
"seq": 1
}
],
"grades": [
{
"guid": "text",
"descr": "text",
"code": "text",
"seq": 1
}
]
}
}
}
]
}
OK
/standards
Your partner ID - you should have gotten them from AB Support or when you signed up for a sandbox account.
Signature for the request authorization.
Expiration timestamp for the authorization.
comma separated list of field names
an ODATA-like query string used to filter
a comma separated list of property names specifying the sort order of the returned results
A comma separated list of facet names that you are requesting the options on.
A comma separated list of facet names for which you are requesting summary information.
A comma separated list of resource names that will be returned in the response.
The page size for the response dataset. limit must be 100 or less.
How far into the dataset you are paging
curl -L \
--url 'https://api.abconnect.instructure.com/rest/v4.1/standards?partner.id=text&auth.signature=text&auth.expires=text'
{
"links": {
"self": "text",
"first": "text",
"last": "text",
"next": "text",
"prev": "text"
},
"meta": {
"took": 1,
"limit": 1,
"count": 1,
"offset": 1,
"facets": [
{
"count": 1,
"facet": "text",
"details": [
{
"count": 1,
"data": {
"descr": "text",
"code": "text",
"guid": "text"
}
}
]
}
]
},
"data": [
{
"type": "text",
"id": "text",
"relationships": {
"related_courses": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakout_origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"ancestors": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"topics": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peers": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakouts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"crosswalks": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaced_by": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaces": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"children": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"concepts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peer_derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"parent": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"course_standards": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"contexts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"associations": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
}
},
"attributes": {
"seq": 1,
"captured_by": "text",
"uri": "text",
"level": 1,
"date_modified_utc": "text",
"label": "text",
"date_deleted_utc": "text",
"guid": "text",
"key_ideas": [
{
"guid": "text",
"concepts": [
{
"descr": "text",
"guid": "text"
}
]
}
],
"document": {
"implementation_year": "text",
"descr": "text",
"date_modified_utc": "text",
"source_url": "text",
"assessment_year": "text",
"publication": {
"descr": "text",
"source_url": "text",
"extended_descr": "text",
"acronym": "text",
"guid": "text",
"publication_type": "standard",
"regions": [
{
"guid": "text",
"descr": "text",
"code": "text",
"type": "country"
}
],
"authorities": [
{
"guid": "text",
"descr": "text",
"acronym": "text"
}
]
},
"guid": "text",
"obsolete_year": "text",
"adopt_year": "text",
"revision_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"number": {
"root_enhanced": "text",
"enhanced": "text",
"prefix_enhanced": "text",
"raw": "text"
},
"section": {
"guid": "text",
"seq": 1,
"date_modified_utc": "text",
"descr": "text",
"implementation_year": "text",
"number": "text",
"assessment_year": "text",
"revision_year": "text",
"label": "text",
"obsolete_year": "text",
"adopt_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"has_list": "text",
"topic_organizer": "text",
"status": "active",
"standard_type": "organizational",
"in_list": "Y",
"deepest": "Y",
"utilizations": [
{
"guid": "text",
"type": "alignable"
}
],
"legends": [
{
"symbol": "text",
"descr": "text",
"symbol_position": "before"
}
],
"alt_identifiers": [
{
"id": "text",
"type": "GUID",
"source": "canonical"
}
],
"extensions": [
{
"guid": "text",
"descr": "text",
"type": "reference"
}
],
"statement": {
"combined_descr": "text",
"descr": "text",
"addendums": [
{
"seq": 1,
"descr": "text",
"add_context": "Y",
"position": "before"
}
]
},
"disciplines": {
"strands": [
{
"descr": "text",
"guid": "text"
}
],
"ece_domains": [
{
"guid": "text",
"code": "text",
"descr": "text"
}
],
"subjects": [
{
"code": "text",
"descr": "text",
"guid": "text"
}
],
"genres": [
{
"code": "text",
"guid": "text",
"descr": "text"
}
]
},
"education_levels": {
"ece_ages": [
{
"guid": "text",
"descr": "text",
"seq": 1
}
],
"grades": [
{
"guid": "text",
"descr": "text",
"code": "text",
"seq": 1
}
]
}
}
}
],
"included": [
{
"type": "text",
"id": "text",
"relationships": {
"related_courses": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakout_origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"ancestors": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"topics": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peers": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"breakouts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"crosswalks": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaced_by": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"replaces": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"children": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"concepts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"origins": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"peer_derivatives": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"parent": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"course_standards": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"contexts": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
},
"associations": {
"links": {
"related": "text"
},
"data": [
{
"type": "text",
"id": "text"
}
]
}
},
"attributes": {
"seq": 1,
"captured_by": "text",
"uri": "text",
"level": 1,
"date_modified_utc": "text",
"label": "text",
"date_deleted_utc": "text",
"guid": "text",
"key_ideas": [
{
"guid": "text",
"concepts": [
{
"descr": "text",
"guid": "text"
}
]
}
],
"document": {
"implementation_year": "text",
"descr": "text",
"date_modified_utc": "text",
"source_url": "text",
"assessment_year": "text",
"publication": {
"descr": "text",
"source_url": "text",
"extended_descr": "text",
"acronym": "text",
"guid": "text",
"publication_type": "standard",
"regions": [
{
"guid": "text",
"descr": "text",
"code": "text",
"type": "country"
}
],
"authorities": [
{
"guid": "text",
"descr": "text",
"acronym": "text"
}
]
},
"guid": "text",
"obsolete_year": "text",
"adopt_year": "text",
"revision_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"number": {
"root_enhanced": "text",
"enhanced": "text",
"prefix_enhanced": "text",
"raw": "text"
},
"section": {
"guid": "text",
"seq": 1,
"date_modified_utc": "text",
"descr": "text",
"implementation_year": "text",
"number": "text",
"assessment_year": "text",
"revision_year": "text",
"label": "text",
"obsolete_year": "text",
"adopt_year": "text",
"disciplines": {
"primary_subject": {
"code": "text",
"descr": "text",
"guid": "text"
}
}
},
"has_list": "text",
"topic_organizer": "text",
"status": "active",
"standard_type": "organizational",
"in_list": "Y",
"deepest": "Y",
"utilizations": [
{
"guid": "text",
"type": "alignable"
}
],
"legends": [
{
"symbol": "text",
"descr": "text",
"symbol_position": "before"
}
],
"alt_identifiers": [
{
"id": "text",
"type": "GUID",
"source": "canonical"
}
],
"extensions": [
{
"guid": "text",
"descr": "text",
"type": "reference"
}
],
"statement": {
"combined_descr": "text",
"descr": "text",
"addendums": [
{
"seq": 1,
"descr": "text",
"add_context": "Y",
"position": "before"
}
]
},
"disciplines": {
"strands": [
{
"descr": "text",
"guid": "text"
}
],
"ece_domains": [
{
"guid": "text",
"code": "text",
"descr": "text"
}
],
"subjects": [
{
"code": "text",
"descr": "text",
"guid": "text"
}
],
"genres": [
{
"code": "text",
"guid": "text",
"descr": "text"
}
]
},
"education_levels": {
"ece_ages": [
{
"guid": "text",
"descr": "text",
"seq": 1
}
],
"grades": [
{
"guid": "text",
"descr": "text",
"code": "text",
"seq": 1
}
]
}
}
}
]
}
OK