Lists all the PhotoSequences
that belong to the user, in descending photoSequence.create timestamp order.
HTTP request
GET https://streetviewpublish.googleapis.com/v1/photoSequences
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of photo sequences to return. |
pageToken |
Optional. The |
filter |
Optional. The filter expression. For example: The filters supported are: |
Request body
The request body must be empty.
Response body
Response to list all photo sequences that belong to a user.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"photoSequences": [
{
object ( |
Fields | |
---|---|
photoSequences[] |
List of photo sequences via The maximum number of items returned is based on the Each item in the list can have three possible states,
|
nextPageToken |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/streetviewpublish
For more information, see the OAuth 2.0 Overview.