export-presentation
Use the interface to export the specified presentation.
Request Mode
POST http://ip/mwapi/export-presentation
Parameter | Description |
---|---|
showId | The presentation ID |
{
"id":8
}
Response Body
JSON structure is as follows:
{
"status":0,
"message":"SUCCESS"
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
message | The status description |