Lines Matching full:reading
79 <p class="firstline">Retrieves my reading position information for a volume.</p>
82 <p class="firstline">Sets my reading position information for a volume.</p>
86 <pre>Retrieves my reading position information for a volume.
89 volumeId: string, ID of volume for which to retrieve a reading position. (required)
91 contentVersion: string, Volume content version for which this reading position is requested.
97 "kind": "books#readingPosition", # Resource type for a reading position.
100 …"updated": "A String", # Timestamp when this reading position was last updated (formatted UTC time…
101 "volumeId": "A String", # Volume id associated with this reading position.
109 <pre>Sets my reading position information for a volume.
112 volumeId: string, ID of volume for which to update the reading position. (required)
113 timestamp: string, RFC 3339 UTC format timestamp associated with this reading position. (required)
114 position: string, Position string for the new volume reading position. (required)
117 contentVersion: string, Volume content version for which this reading position applies.
118 action: string, Action that caused this reading position to be set.