Skip to content

Instantly share code, notes, and snippets.

@basham
Created February 11, 2015 20:55
Show Gist options
  • Save basham/c53866000d4a8ffc0d34 to your computer and use it in GitHub Desktop.
Save basham/c53866000d4a8ffc0d34 to your computer and use it in GitHub Desktop.
Quick Notes API
{
"notes":{
"1":{
"id":1,
"title":"Welcome",
"categoryId":1,
"note":"Welcome to the Kelley School of Business! Your acceptance into our school is a demonstration of the excellent work that you have completed during your first semester at Indiana University. The Kelley School of Business has a long history of graduating the brightest stars in the business world..."
},
"2":{
"id":2,
"title":"Clubs",
"categoryId":1,
"note":"The Kelley School of Business has many clubs and organizations that are wonderful ways for you to be involved..."
},
"3":{
"id":3,
"title":"Advising Appt",
"categoryId":2,
"note":"Congratulations on entering your final semester at Indiana University. It is important that you visit your academic advisor early this semester in order to review your current enrollment. Waiting until later in the semester leaves you with less time to make schedule adjustments if necessary..."
},
"4":{
"id":4,
"title":"Grad Check Good",
"categoryId":2,
"note":"I have reviewed your current enrollment and it is my pleasure to inform you that you are on track to graduate this semester as long as you complete all of your currently enrolled coursework with a C- or higher."
},
"5":{
"id":5,
"title":"Math Placement"
}
},
"categories":{
"1":{
"id":1,
"name":"New Admits"
},
"2":{
"id":2,
"name":"Seniors"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment