Mylibrary.bookshelves: รายการ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ดึงข้อมูลรายการชั้นวางหนังสือของผู้ใช้ที่ตรวจสอบสิทธิ์แล้ว
ลองใช้เลย
ส่งคำขอ
คำขอ HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์ที่ไม่บังคับ |
source |
string |
สตริงเพื่อระบุผู้ส่งคำขอนี้
|
เนื้อความของคำขอ
อย่าระบุเนื้อหาคำขอด้วยเมธอดนี้
คำตอบ
หากทำสำเร็จ วิธีการนี้จะแสดงผลลัพธ์เป็นเนื้อหาการตอบกลับซึ่งมีโครงสร้างดังต่อไปนี้
{
"kind": "books#bookshelves",
"items": [
bookshelves Resource
]
}
ชื่อพร็อพเพอร์ตี้ |
ค่า |
คำอธิบาย |
หมายเหตุ |
kind |
string |
ประเภททรัพยากร |
|
items[] |
list |
รายการชั้นวางหนังสือ |
|
ลองเลย
ใช้เครื่องมือสำรวจด้านล่างเพื่อเรียกใช้เมธอดนี้กับข้อมูลที่เผยแพร่อยู่และดูการตอบกลับ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-08 UTC
[null,null,["อัปเดตล่าสุด 2024-11-08 UTC"],[[["\u003cp\u003eRetrieves a list of bookshelves associated with the authenticated user's Google Books account.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to the specified endpoint with optional source parameter.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of bookshelves in JSON format, containing details like kind and items.\u003c/p\u003e\n"],["\u003cp\u003eUsers can experiment with the method using the provided interactive explorer for real-time results.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves: list\n\nRetrieves a list of bookshelves 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\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------------------|\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 response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"books#bookshelves\",\n \"items\": [\n bookshelves Resource\n ]\n}\n```\n\n| Property Name | Value | Description | Notes |\n|---------------|----------|------------------------|-------|\n| `kind` | `string` | Resource type. | |\n| `items[]` | `list` | A list of bookshelves. | |\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]