Export object
GET/spaces/:space_id/objects/:object_id/:format
This endpoint exports a single object from the specified space into a desired format. The export format is provided as a path parameter (currently supporting “markdown” only). The endpoint calls the export service which converts the object’s content into the requested format. It is useful for sharing, or displaying the markdown representation of the objecte externally.
Request
Responses
- 200
- 400
- 401
- 500
Object exported successfully
Bad request
Unauthorized
Internal server error