/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}
GET
/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}Gets the specified message attachment.
Request
Path Params
userId
string
required
The user's email address. The special value me
can be used to indicate the authenticated user.
messageId
string
required
The ID of the message containing the attachment.
id
string
required
The ID of the attachment.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago