Back to list

mybinder/{API key}/ids/{user_id}/

Get a list of MyBinder lesson IDs saved by the user.

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.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/ids/b2cb192ac1fdbbb79ad2/
Parameter user_id
Type (20 character) string
Description This identifier is given to you when the user logs in.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/ids/b2cb192ac1fdbbb79ad2/

HTTP Method

GET

Requires authentication:

Yes

Return Format:

JSON

Return Example:

{

success:true

message:Found 4 lessons.

resultcount:4

errors:[ ]

result: {...}

lesson_ids: [...]

0 673,

1 538,

2 172,

3 201

lesson_list: [...]

}

Back to list

mybinder/{API key}/list/{user_id}/

Get a list of MyBinder lessons saved by the user.

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.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/ids/b2cb192ac1fdbbb79ad2/
Parameter user_id
Type (20 character) string
Description This identifier is given to you when the user logs in.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/ids/b2cb192ac1fdbbb79ad2/

HTTP Method

GET

Requires authentication:

Yes

Return Format:

JSON

Return Example:

{

success:true

message:Found 4 lessons.

resultcount:4

errors:[ ]

result: {...}

lesson_ids: [...]

lesson_list: [...]

0 {...}

id: 673

title: An Apple a Day Keeps the Doctor Away

purpose: Students explore organic and conventional farming practices by analyzing multimedia texts ...

1 {...}

id: 538

title: Apple Science: Comparing Apples and Onions

purpose: Students explore heredity concepts by comparing observable traits of apples and onions ...

...

}

Back to list

mybinder/{API key}/all/{user_id}/

Get a list of MyBinder lessons and lesson IDs saved by the user.

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.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/all/b2cb192ac1fdbbb79ad2/
Parameter user_id
Type (20 character) string
Description This identifier is given to you when the user logs in.
Example https://api.agclassroom.org/api/mybinder/7374b52ca0fcff775bcd/all/b2cb192ac1fdbbb79ad2/

HTTP Method

GET

Requires authentication:

Yes

Return Format:

JSON

Return Example:

{

success:true

message:Found 4 lessons.

resultcount:4

errors:[ ]

result: {...}

lesson_ids: [...]

0 673,

1 538,

2 172,

3 201

lesson_list: [...]

0 {...}

id: 673

title: An Apple a Day Keeps the Doctor Away

purpose: Students explore organic and conventional farming practices by analyzing multimedia texts ...

1 {...}

id: 538

title: Apple Science: Comparing Apples and Onions

purpose: Students explore heredity concepts by comparing observable traits of apples and onions ...

...

}