Back to list

specialization/

A complete list of all the teacher specializations.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 5 specializations.

resultcount:5

result: [..]

0 {...}

id:2

abbreviation:CAREER

description:Career and Technical Education

1 {...}

id:3

abbreviation:GEOGRAPHY

description:Geography

. . .

}

Back to list

specialization/abbr/{abbreviation}/

Returns one specific specialization by an abbreviation.

Extra Parameters:

Parameter abbr
Type string (all caps)
Description This identifier must be known previously or be pulled from the specialization call.
Example https://api.agclassroom.org/api/specialization/abbr/SOCIALSTUDIES/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 specialization.

resultcount:1

result: [...]

0 {...}

id: 4

abbreviation:SOCIALSTUDIES

description:Social Studies

}

Back to list

specialization/id/{id}/

Returns one specific specialization by unique identifier.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 specialization.

resultcount:1

result: [...]

0 {...}

id: 4

abbreviation:SOCIALSTUDIES

description:Social Studies

}