Get a list of MyBinder lesson IDs saved by the user.
Extra Parameters: |
|
||||||||||||||||
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: [...] } |
Get a list of MyBinder lessons saved by the user.
Extra Parameters: |
|
||||||||||||||||
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 ... ... } |
Get a list of MyBinder lessons and lesson IDs saved by the user.
Extra Parameters: |
|
||||||||||||||||
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 ... ... } |