Function mailslurp::apis::attachment_controller_api::get_attachments[][src]

pub async fn get_attachments(
    configuration: &Configuration,
    params: GetAttachmentsParams
) -> Result<PageAttachmentEntity, Error<GetAttachmentsError>>
Expand description

Get all attachments in paginated response. Each entity contains meta data for the attachment such as name and content-type. Use the attachmentId and the download endpoints to get the file contents.