users.message
List attachments from user
Retrieve a list of attachment objects attached to a message in a specific user's mailbox.
get/users/{userIdentifier}/messages/{messageId}/attachments
Query parameters
$topinteger
Show only the first n items
$skipinteger
Skip the first n items
$searchstring
Search items by search phrases
$filterstring
Filter items by property values
$countboolean
Include count of items
$orderbystring[]
Order items by property values
$selectstring[]
Select properties to be returned
$expandstring[]
Expand related entities
Response
Retrieved collection
Changes
Changed in 3 of the 10 revisions of this API.12
- ○
added the optional property
allOf[subschema #2]/value/items/allOf[subschema #2: attachment]/contentBytesto the response with the2XXstatusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲