Method: emailTemplates.list

Full name: projects.locations.instances.emailTemplates.list

Lists all EmailTemplates for a given instance.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance to list EmailTemplates for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of EmailTemplates to return.

pageToken

string

Optional. A page token, received from a previous emailTemplates.list call. Provide this to retrieve the subsequent page.

filter

string

Optional. Filter expression that matches a subset of the EmailTemplates to show.

orderBy

string

Optional. Configures ordering of EmailTemplates in the response. If not specified, EmailTemplates are returned in descending order of their create time.

Request body

The request body must be empty.

Response body

Response message to list EmailTemplates.

If successful, the response body contains data with the following structure:

JSON representation
{
  "emailTemplates": [
    {
      object (EmailTemplate)
    }
  ],
  "totalSize": integer,
  "nextPageToken": string
}
Fields
emailTemplates[]

object (EmailTemplate)

Output only. The list of EmailTemplates.

totalSize

integer

Output only. The total number of EmailTemplates.

nextPageToken

string

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.