Skip to main content
GET
/
v1
/
projects
/
{project}
/
changelists
{
  "changelists": [
    {
      "description": "<string>",
      "changes": [
        {
          "sheet": "<string>",
          "source": "<string>"
        }
      ]
    }
  ],
  "nextPageToken": "<string>"
}

Path Parameters

project
string
required

The project id.

Query Parameters

pageSize
integer

Pagination is not currently implemented. This field is reserved for future use. The maximum number of changelists to return. The service may return fewer than this value. If unspecified, at most 50 changelists will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken
string

Pagination is not currently implemented. This field is reserved for future use. A page token, received from a previous ListChangelists call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListChangelists must match the call that provided the page token.

Response

OK

Response message for listing changelists.

changelists
object[]

The changelists from the specified request.

nextPageToken
string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.