Số lượng: nhận
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Truy xuất Tài nguyên âm lượng dựa trên mã nhận dạng.
Thử ngay.
Bạn có thể xem thêm thông tin về mã nhận dạng người dùng trong phần Mã nhận dạng trên Google Sách.
Yêu cầu
Yêu cầu HTTP
GET https://www.googleapis.com/books/v1/volumes/volumeId
Thông số
Tên thông số |
Giá trị |
Mô tả |
Thông số bắt buộc |
volumeId |
string |
Mã nhận dạng của phương tiện cần truy xuất.
|
Tham số không bắt buộc |
partner |
string |
Kết quả về thương hiệu cho mã đối tác.
|
projection |
string |
Hạn chế thông tin được trả về một tập hợp các trường đã chọn.
Các giá trị được chấp nhận là:
- "
full " – Bao gồm tất cả dữ liệu về khối lượng.
- "
lite " – Bao gồm một tập hợp con các trường trong volumeInfo và accessInfo.
|
source |
string |
Chuỗi để xác định tác nhân gửi yêu cầu này.
|
Nội dung yêu cầu
Đừng cung cấp nội dung yêu cầu bằng phương thức này.
Thử ngay!
Sử dụng trình khám phá bên dưới để gọi phương thức này trên dữ liệu trực tiếp và xem phản hồi.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-08 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-08 UTC."],[[["\u003cp\u003eRetrieves a specific book volume's information using its unique ID.\u003c/p\u003e\n"],["\u003cp\u003eRequest this information by sending a GET request to the specified URL with the volume ID.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, you can customize the request to include a partner ID, select specific fields to be returned, and identify the request's source.\u003c/p\u003e\n"],["\u003cp\u003eThe response, upon success, provides comprehensive details about the requested volume as defined in the Volume resource.\u003c/p\u003e\n"],["\u003cp\u003eExperiment with the API using the provided explorer for live data interaction and response visualization.\u003c/p\u003e\n"]]],[],null,["# Volume: get\n\nRetrieves a [Volume resource](/books/docs/v1/reference/volumes) based on ID.\n[Try it now](#try-it).\n\nMore information about user IDs can be found in the section [Google Books IDs](/books/docs/v1/using#ids).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/books/v1/volumes/volumeId\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Required Parameters** |||\n| `volumeId` | `string` | ID of volume to retrieve. |\n| **Optional Parameters** |||\n| `partner` | `string` | Brand results for partner ID. |\n| `projection` | `string` | Restrict information returned to a set of selected fields. \u003cbr /\u003e \u003cbr /\u003e Acceptable values are: - \"`full`\" - Includes all volume data. - \"`lite`\" - Includes a subset of fields in volumeInfo and accessInfo. |\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 [Volume resource](/books/docs/v1/reference/volumes#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."]]