A complete list of all the teacher specializations.
Extra Parameters: |
|
||||
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 . . . } |
Returns one specific specialization by an abbreviation.
Extra Parameters: |
|
||||||||
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 } |
Returns one specific specialization by unique identifier.
Extra Parameters: |
|
||||||||
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 } |