Back to list

companionresource/

A media resource tied to lessons. This call returns an abbreviated list of all Companion Resources (id, title, description).

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 843 Companion Resources.

resultcount:843

result: [...]

0 {...}

id:782

title:Changes and Challenges (Activity): The Cox and Gossner Family Histories

description:Students explore the history of two families that helped develop Utah's agricultural industry through the Interagtion section of the Changes & Challenges multimedia presentation.

1 {...}

id:178

title:"Cheese Science - As Gouda as TV Gets" Video Series

description:The Utah Education Network (UEN) website has a series of 25 three minute video clips about cheese and food science...

. . .

}

Back to list

companionresource/{API_key}/id/{id}/

A media resource tied to lessons. This call returns one full, specific Companion Resource.

Extra Parameters:

Parameter API key
Type (20 character) string
Description This identifier is given to you by a national administrator. Along with white-listing developers, the identifier is tied directly to your location and helps return the proper state standards, if there are any.
Example https://api.agclassroom.org/api/lesson/e95c56ace48b50b42482/id/168/
Parameter id
Type number
Description This identifier must be known previously or be pulled from the companionresource call.
Example https://api.agclassroom.org/api/companionresource/id/49/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 1 Companion Resource.

resultcount:1

result: [...]

0 {...}

id:49

title:From Wheat to Bread

description:Provides an introduction to the basic concepts of food production, distribution, and consumption by tracing the production of bread from wheat.

completetime:''

mediatype:Book

submitter: {...}

name:Rose Judd-Murray

phone:435-213-5562

email:NationalAITC@gmail.com

author:Kristin Thoennes Keller

organization:National Agriculture in the Classroom

sources:''

keywords:wheat, bread, seed, production, food system, machine, processing

created:June 19, 2014 - 09:22 PM

lastmodified:December 22, 2015 - 12:27 PM

url:''

procedures:''

materials:''

isbn:978-0736826389

mediaauthor:Kristin Thoennes Keller

thumbnail:https://api.agclassroom.org/api/uploads/media/2014/06/19/wheat_bread.jpg

filetitle:''

filepath:''

associated_lessons: [...]

0 {...}

id:27

title:The Little Red Hen

1 {...}

id:197

title:Wheat Germ DNA

2 {...}

id:532

title:Wheat: Ancient and Ageless

}

Back to list

companionresource/{API_key}/lesson/{lesson}/

A media resource tied to lessons. This call returns a list of full Companion Resources from a lesson.

Extra Parameters:

Parameter API key
Type (20 character) string
Description This identifier is given to you by a national administrator. Along with white-listing developers, the identifier is tied directly to your location and helps return the proper state standards, if there are any.
Example https://api.agclassroom.org/api/lesson/e95c56ace48b50b42482/id/168/
Parameter lesson
Type number
Description This identifier must be known previously or be pulled from the lesson call.
Example https://api.agclassroom.org/api/companionresource/lesson/62/

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 5 Companion Resources.

resultcount:5

result: {...}

lesson: {...}

id:62

title:Build it Better

description:Students will investigate animal handling preferences and design a cattle corral system that is durable, efficient, and effective. Students will also discover the skills needed to be an agricultural engineer.

companionresources: [...]

0 {...}

id:166

title:Careers in Agriculture Videos

description:This collection of 40 short videos highlights a wide variety of careers in agriculture and natural resources. Each video is...

completetime:''

mediatype:Movie/Video

submitter: {...}

name:Andrea Gardner

phone:435-213-5562

email:Nationalaitc@gmail.com

author:Utah Agriculture in the Classroom

organization:''

sources:Produced by Utah State University Extension, Agriculture in the Classroom with funding support by a USDA-SPECA grant.

keywords:career, careers, agriculture, ag, videos, agroworld, biology, discover, youtube, discover agriculture, movie, movies, video, cca, college, awareness

created:February 18, 2015 - 02:14 PM

lastmodified:January 30, 2017 - 04:56 PM

url:https://www.youtube.com/playlist?list=PL7B61381EE0438243

procedures:These videos can be used as a resource for any lesson on careers. You can also step through a Prezi presentation on Agricultural Careers.

materials:''

isbn:978-0736826389

mediaauthor:''

thumbnail:https://api.agclassroom.org/api/media/uploads/2015/02/18/Screen_Shot_2015-02-18_at_2.15.46_PM.png

filetitle:''

filepath:''

1 {...}

. . .

}