provider mylibrary POST /books/v1/mylibrary/readingpositions/{volumeId}/setPosition
@utdk/google/books /books/v1/mylibrary/readingpositions/{volumeId}/setPosition
mylibrary.readingpositions.setPosition
Sets my reading position information for a volume.
$.xgafv query
V1 error format.
enum: 1, 2
access_token query
OAuth access token.
string
alt query
Data format for response.
enum: json, media, proto
callback query
JSONP
string
fields query
Selector specifying which fields to include in a partial response.
string
key query
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
string
oauth_token query
OAuth 2.0 token for the current user.
string
prettyPrint query
Returns response with indentations and line breaks.
boolean
quotaUser query
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
string
upload_protocol query
Upload protocol for media (e.g. "raw", "multipart").
string
uploadType query
Legacy upload protocol for media (e.g. "media", "multipart").
string
volumeId path required
ID of volume for which to update the reading position.
string
position query required
Position string for the new volume reading position.
string
timestamp query required
RFC 3339 UTC format timestamp associated with this reading position.
string
action query
Action that caused this reading position to be set.
enum: ACTION_UNDEFINED, bookmark, chapter, next-page…
contentVersion query
Volume content version for which this reading position applies.
string
deviceCookie query
Random persistent device cookie optional on set position.
string
source query
String to identify the originator of this request.
string

Try it

Authentication
Configure credentials for Books API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

mylibraryReadingpositionsSetposition
POST/books/v1/mylibrary/readingpositions/{volumeId}/setPosition
Sets my reading position information for a volume.

Parameters

required

ID of volume for which to update the reading position.

V1 error format.

OAuth access token.

Data format for response.

JSONP

Selector specifying which fields to include in a partial response.

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

OAuth 2.0 token for the current user.

Returns response with indentations and line breaks.

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Upload protocol for media (e.g. "raw", "multipart").

Legacy upload protocol for media (e.g. "media", "multipart").

required

Position string for the new volume reading position.

required

RFC 3339 UTC format timestamp associated with this reading position.

Action that caused this reading position to be set.

Volume content version for which this reading position applies.

Random persistent device cookie optional on set position.

String to identify the originator of this request.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_books from '@utdk/google/books';

await google_books.mylibraryReadingpositionsSetposition()