pages/{pageid}/export (POST)
Overview
Generates the information so that clients can stream down the exported page(s) in mtarc format
- REST Method: POST
- Method Access: public
Query Parameters
| Name | Type | Description |
| pageid | int | The pageid for the page that you want to export |
Return Codes
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Forbidden | 403 | Only logged in users can calls this method |

