- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.emailTemplates.list
Lists all EmailTemplates for a given instance.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to list EmailTemplates for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of EmailTemplates to return. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filter expression that matches a subset of the EmailTemplates to show. |
orderBy |
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 ( |
Fields | |
---|---|
emailTemplates[] |
Output only. The list of EmailTemplates. |
totalSize |
Output only. The total number of EmailTemplates. |
nextPageToken |
Output only. A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.