Skip to content

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.

Parameters

no parameters required

Example

Request

GET https://localhost:8080/api/getBooks

Response

{
    "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"
            }
        ]
    }
}

Clone this wiki locally