Memos

Export Memos

ExportMemos writes every memo the user created, with comments, archived memos, and attachment files, as a Memos export file (a ZIP file, see docs/design/memos-export-format.md). Only the user may export their own memos. The body is the archive; content_type is its media type.

GET
/api/v1/users/{user}:exportMemos

Path Parameters

user*string

The user id.

Response Body

*/*

application/json

curl -X GET "https://example.com/api/v1/users/string:exportMemos"
Empty