/v1/{parent}/books
GET
/v1/{parent}/books
shelves
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://libraryagent.googleapis.com//v1//books'
Response Response Example
{
"books": [
{
"author": "string",
"name": "string",
"read": true,
"title": "string"
}
],
"nextPageToken": "string"
}
Request
Path Params
parent
string
required
Query Params
pageSize
integer
optional
pageToken
string
optional
ListBooks
method.Responses
Modified at 2023-08-15 06:49:51