Layout Not Found on ChangeLayout API Call

I’m running 1.8.10 and I’m trying to change the layout via the API on a DisplayGroup based on this example and the code on this forum: https://mysignage.rocks/xibo-and-emergency-messaging/

I can connect to the API and get lists of Layouts and Displays. However, when I attempt the following:

{{url}}/api/displaygroup/38/action/changeLayout?layoutId=1&duration=30&downloadRequired=true&changeMode=replace

I get the following returned:

{
    "error": {
        "message": "Layout not found",
        "code": 404,
        "data": {
            "entity": null
        }
    }
}

I know that layoutId 1 and displayGroup 38 exist.

What am I doing wrong?

Never Mind - I’ve resolved the issue.

1 Like