Mylibrary.bookshelves: list
אחזור רשימה של מדפי ספרים ששייכים למשתמש המאומת.
רוצים לנסות?
בקשה
בקשת HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves
פרמטרים
שם פרמטר |
ערך |
תיאור |
פרמטרים אופציונליים |
source |
string |
מחרוזת שמזהה את מבצע הבקשה.
|
גוף הבקשה
אין לספק גוף בקשה בשיטה הזו.
תשובה
אם הפעולה בוצעה ללא שגיאות, ה-method מחזיר גוף תגובה עם המבנה הבא:
{
"kind": "books#bookshelves",
"items": [
bookshelves Resource
]
}
שם הנכס |
ערך |
תיאור |
הערות |
kind |
string |
סוג המשאב. |
|
items[] |
list |
רשימה של מדפי ספרים. |
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-08 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-08 (שעון UTC)."],[[["Retrieves a list of bookshelves associated with the authenticated user's Google Books account."],["The request is made using an HTTP GET method to the specified endpoint with optional source parameter."],["A successful response includes a list of bookshelves in JSON format, containing details like kind and items."],["Users can experiment with the method using the provided interactive explorer for real-time results."]]],[]]