Back to list

contentarea/

A grouping of national and state standards, objectives, and grade levels used for filtering lessons when searching. It returns an alphabetical list of all the Content Areas.

Extra Parameters:

Parameter none
Example https://api.agclassroom.org/api/contentarea/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 6 Content Areas.

resultcount:6

result: [...]

0 {...}

id:1

constant:CAREER

title:Career & Technical Education

1 {...}

id:4

constant:HEALTH

title:Health/Nutrition

. . .

}

Back to list

contentarea/constant/{constant}/

A grouping of national and state standards, objectives, and grade levels used for filtering lessons when searching. It returns one specific Content Area.

Extra Parameters:

Parameter constant
Type number
Description This constant must be known previously or be pulled from the contentarea call.
Example https://api.agclassroom.org/api/contentarea/constant/HISTORY/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 Content Areas.

resultcount:1

result: [...]

0 {...}

id:5

title:Social Studies - History

constant:HISTORY

}

Back to list

contentarea/id/{id}/

A grouping of national and state standards, objectives, and grade levels used for filtering lessons when searching. It returns one specific Content Area.

Extra Parameters:

Parameter id
Type number
Description This identifier must be known previously or be pulled from the contentarea call.
Example https://api.agclassroom.org/api/contentarea/id/5/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 Content Areas.

resultcount:1

result: [...]

0 {...}

id:5

title:Social Studies - History

constant:HISTORY

}