/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}
GET
/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}
users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://gmail.googleapis.com//gmail/v1/users//messages//attachments/'
Response Response Example
{
"attachmentId": "string",
"data": "string",
"size": 0
}
Request
Path Params
userId
stringÂ
required
me
can be used to indicate the authenticated user.messageId
stringÂ
required
id
stringÂ
required
Responses
Modified at 2023-08-15 05:40:23