Overview
Retrieve the mtarc tree export for the specific page using the token
- REST Method: GET
- Method Access: public
Query Parameters
Name | Type | Description |
recursive | bool? | Used to indicate if we export the full tree under the provided pageid |
token | string | A token that specifies the location of the page that we want to export |
pageid | int | The page's id |
reltopath | string? | Export relative to uri path |
relto | int? | Export relative to page id |
dryrun | bool? | Used to indicate that a simulated run will be done. Default is false |
Return Codes
Name | Value | Description |
OK | 200 | The request completed successfully |
Forbidden | 403 | Only logged in users can calls this method |