Back to list

programcontact/

A complete list of all the program contacts.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 40 program contact(s).

resultcount:40

result: [..]

0 {...}

id:2

state:Alabama

location: {...}

id:2

state:Alabama

country:United States

region:Southern

stateID:AL0001

created:2020-01-06

modified:2023-06-12

positionfilled:1

salutation:Mr.

firstname:John

lastname:Doe

title:State Contact

organization:Alabama Agriculture in the Classroom

mailaddress:P.O. Box 110000

shipaddress:2108 S. Route 24

city:Montgomery

abbreviation:AL

zip:89023-0031

phone:334.567.8901

fax:342.432.1489

email:johndoe@alabamaaitc.org

website:https://www.alabamaaitc.org

facebook:https://facebook.com/alabama-agclassroom/

comments:No comments

portrait_path:https://cdn.agclassroom.org/media/uploads/test.png

report_path:alabama/

1 {...}

id:45

state:Utah

location: {...}

id:45

state:Utah

country:United States

region:Western

stateID:UT0045

created:2021-07-16

modified:2024-09-12

positionfilled:1

salutation:Mrs.

firstname:Jane

lastname:Doe

title:State Contact

organization:Utah Agriculture in the Classroom

mailaddress:P.O. Box 789

shipaddress:2678 N. State Street

city:Salt Lake City

abbreviation:UT

zip:84414-0011

phone:804.769.8024

fax:300.986.2685

email:janedoe@utahaitc.org

website:https://www.utahaitc.org

facebook:https://facebook.com/utahag/

comments:No comments

portrait_path:https://cdn.agclassroom.org/media/uploads/test.png

report_path:utah/

. . .

}

Back to list

programcontact/id/{id}/

Returns one specific program contact.

Extra Parameters:

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

HTTP Method

GET

Requires authentication:

No

Return Format:

JSON

Return Example:

{

success:true

message:Found 40 program contact(s).

resultcount:40

result: [..]

0 {...}

id:32

state:Alabama

location: {...}

id:2

state:Alabama

country:United States

region:Southern

stateID:AL0001

created:2020-01-06

modified:2023-06-12

positionfilled:1

salutation:Mr.

firstname:John

lastname:Doe

title:State Contact

organization:Alabama Agriculture in the Classroom

mailaddress:P.O. Box 110000

shipaddress:2108 S. Route 24

city:Montgomery

abbreviation:AL

zip:89023-0031

phone:334.567.8901

fax:342.432.1489

email:johndoe@alabamaaitc.org

website:https://www.alabamaaitc.org

facebook:

comments:No comments

portrait_path:https://cdn.agclassroom.org/media/uploads/test.png

report_path:alabama/

. . .

}