GET {who}/authorization/Attachments/{receiverId}?messageId={messageId}&attachmentId={attachmentId}

Gets an attachment based on attachmentId. Note that the messageId and attachmentId must be related.

Request Information

Parameters

NameDescriptionAdditional information
who Who to retrieve messages for. Valid values are "my", or an organization number of an organization the user can represent, or "r"<Reportee.ReporteeId>, where the identified reportee may be a person or organization.

Define this parameter in the request URI.

messageId ID of the message which the requested attachment is associated to.

Define this parameter in the request URI.

attachmentId ID of the attachment to be retrieved.

Define this parameter in the request URI.

receiverId No documentation available.

Define this parameter in the request URI.