set-pdf-position
Use the interface to set the PDF preview position.
Request Mode
POST http://ip/mwapi/set-pdf-position
Parameter | Description |
---|---|
showId | The presentation ID |
sceneId | The scene ID |
layerId | The layer ID |
pdfPosition | The position of PDF, (Page number -1) * 100. Get the preview picture of the specified position through http://[deviceIP]/pdf/[sourceId]/[pdfPosition] |
Response Body
JSON structure is as follows.
{
"message": "success",
"status": 0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |
info | The resource entity |