Back to list

tag/

Get a list of tags separated by tag types.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 17 tags.

resultcount:17

result: [..]

0 {...}

tagtype:Topics

tags: [..]

0 {...}

id:1

name:Careers

1 {...}

id:2

name:Genetics

2 {...}

id:3

name:Phenomena

1 {...}

tagtype:Instructional Strategies

tags: [..]

. . .

}

Back to list

tag/id/{id}/

Returns one specific tag by its unique identifier.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 tag.

resultcount:1

result: {...}

id:1

name:Careers

type:Topics

}

Back to list

tag/lesson/

Returns all the tags tied to lessons.

Extra Parameters:

Parameter none
Example https://api.agclassroom.org/api/tag/lesson/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 9 tags tied to lessons.

resultcount:9

result: [..]

0 {...}

id:1

name:Careers

1 {...}

id:2

name:Genetics

2 {...}

id:3

name:Phenomena

. . .

}

Back to list

tag/resource/

Returns all the tags tied to resources.

Extra Parameters:

Parameter none
Example https://api.agclassroom.org/api/tag/resource/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 8 tags tied to resources.

resultcount:8

result: [..]

0 {...}

id:1

name:Careers

1 {...}

id:2

name:Genetics

2 {...}

id:3

name:Phenomena

. . .

}