get-presentations-list
Use the interface to get the presentation list.
Request Mode
POST http://ip/mwapi/get-presentations-list
Response Body
JSON structure is as follows:
{
"status":0,
"presentationsList":[
{
"id":2,
"name":"New presentation 2",
"isCurrent":1,
"sceneList":[]
},
{
"id":3,
"name":"New presentation 3",
"isCurrent":0,
"sceneList":[]
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
id | The presentation ID |
name | The presentation name |
isCurrent | Whether it is the current presentation 0: No 1: Yes |
sceneList | The scene list of the presentation |