Mylibrary.bookshelves: get
Stay organized with collections
Save and categorize content based on your preferences.
Retrieves metadata for a specific bookshelf belonging to the authenticated user.
Try it now.
Request
HTTP Request
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf
Parameters
Parameter Name |
Value |
Description |
Required Parameters |
shelf |
string |
ID of bookshelf to retrieve.
|
Optional Parameters |
source |
string |
String to identify the originator of this request.
|
Request Body
Do not supply a request body with this method.
Try It!
Use the explorer below to call this method on live data and see the response.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[null,null,["Last updated 2024-06-26 UTC."],[[["\u003cp\u003eRetrieves metadata for a specific user's bookshelf using the bookshelf ID.\u003c/p\u003e\n"],["\u003cp\u003eRequires a \u003ccode\u003eshelf\u003c/code\u003e ID as a parameter and optionally accepts a \u003ccode\u003esource\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request to the specified endpoint.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eMylibrary.bookshelves\u003c/code\u003e resource upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eProvides an interactive explorer for testing the method with live data.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves: get\n\nRetrieves metadata for a specific bookshelf belonging to the authenticated user.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------------------|\n| **Required Parameters** |||\n| `shelf` | `string` | ID of bookshelf to retrieve. |\n| **Optional Parameters** |||\n| `source` | `string` | String to identify the originator of this request. |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Mylibrary.bookshelves resource](/books/docs/v1/reference/mylibrary/bookshelves#resource) in the response body.\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]