get-server-launch-scenes
Use the interface to get the landing scene list.
Request Mode
POST http://ip/mwapi/get-server-launch-scenes
Response Body
{
"sceneList": [{...}],
"totalCount": 5
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
sceneList | The scene list, same as get-scenes-list |