How can I get a list of all the displays in the 1.8 Alpha API?
All of these fail:
'displayId'=>''
, 'displayId'=>'*'
, 'displayId'=>'!=""'
, and 'displayId'=>'!=\'\''
There must be another way.
I also tried to use the default displayGroupId of “1”
'data_to_pass' => array('displayGroups' => array('displayGroupId' => '1'))
Still did not work.
Got this in the log:
Named route not found for name: display.manage#0 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Slim.php(1087): Slim\Router->urlFor(‘display.manage’, Array) #1 C:\wamp\www\xibo18alpha\lib\Controller\Base.php(131): Slim\Slim->urlFor(‘display.manage’, Array) #2 C:\wamp\www\xibo18alpha\lib\Controller\Display.php(303): Xibo\Controller\Base->urlFor(‘display.manage’, Array) #3 [internal function]: Xibo\Controller\Display->grid() #4 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Route.php(173): call_user_func_array(Array, Array) #5 [internal function]: Slim\Route->Slim{closure}() #6 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Route.php(468): call_user_func_array(Object(Closure), Array) #7 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Slim.php(1357): Slim\Route->dispatch() #8 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Middleware\Flash.php(85): Slim\Slim->call() #9 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Middleware\MethodOverride.php(92): Slim\Middleware\Flash->call() #10 C:\wamp\www\xibo18alpha\lib\Middleware\ApiAuthenticationOAuth.php(53): Slim\Middleware\MethodOverride->call() #11 C:\wamp\www\xibo18alpha\lib\Middleware\State.php(91): Xibo\Middleware\ApiAuthenticationOAuth->call() #12 C:\wamp\www\xibo18alpha\lib\Middleware\Storage.php(39): Xibo\Middleware\State->call() #13 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Slim.php(1302): Xibo\Middleware\Storage->call() #14 C:\wamp\www\xibo18alpha\web\api\index.php(95): Slim\Slim->run() #15 {main}