-
Notifications
You must be signed in to change notification settings - Fork 30
Get Books
Legan_dary edited this page May 15, 2018
·
5 revisions
GET /api/getBooks
Returns a list of books that is owned or shared with the current user.
no parameters required
GET https://localhost:8080/api/getBooks
{
"status": "success",
"message": null,
"data": {
"books": [
{
"name": "GPA",
"id": "cjfx4leqo",
"link": "1c85VcE5HSJmFHnk3kPlbCwOpVV1JL6dGvo5ZcMB8WJg",
"lastModified": "1526212800",
"createdTime": "1482624000"
},
{
"name": "strike_locations",
"id": "ejbrirg9e",
"link": "1kY-_FBl-TN_ed4cxABoJAJl1yf3eTqszkfi5-wv20F0",
"lastModified": "1526212800",
"createdTime": "1482624000"
},
{
"name": "global_inflation_rates",
"id": "jjbqw8sdt",
"link": "1k2aJN2Uu8RCslHmVxcXw81g0TAI2cbq2VT-Xn145gB0",
"lastModified": "1526212800",
"createdTime": "1482624000"
},
{
"name": "tuition_waivers",
"id": "ljfx4oyjp",
"link": "1qx3V4aWdaFenrmzv5fUED-yQZQ2H3B8S4Ew_CLwr3jg",
"lastModified": "1526212800",
"createdTime": "1482624000"
}
]
}
}