Created
July 30, 2012 15:29
-
-
Save camdez/3207805 to your computer and use it in GitHub Desktop.
OrgSync API: Course Entries: List All Course Entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Chemistry", | |
"account_id": 3287, | |
"date": "2012-08-04", | |
"id": 1, | |
"link": "https://courses.yourschool.edu/chemistry", | |
"section": "001" | |
}, | |
{ | |
"name": "Particle Physics", | |
"account_id": 3287, | |
"date": null, | |
"id": 2, | |
"link": "https://courses.yourschool.edu/physics", | |
"section": "001" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment