Skip to content

Instantly share code, notes, and snippets.

@camdez
Created July 30, 2012 15:29
Show Gist options
  • Save camdez/3207805 to your computer and use it in GitHub Desktop.
Save camdez/3207805 to your computer and use it in GitHub Desktop.
OrgSync API: Course Entries: List All Course Entries
[
{
"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