It should be simple way to fill Screen with Screenitems without unnecessary parameters using JSON API

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: 2.0.3
    • Component/s: API (A)

      Right now request like:

      {
      "jsonrpc": "2.0",
      "params": {
      "screenid": "1",
      "screenitems": [

      { "resourceid": "6794" }

      ,

      { "resourceid": "6801" }

      ,
      "name": "My screen"
      },
      "method": "screen.update",
      "auth": "aa90f5246c6b47e43806ae698ddafa80",
      "id": 7
      }

      will make a screen with only item "6794" on (0,0), but it should make screen with all mentioned resourceids in sequence.

      In many cases all given items is needed on the screen, without any particular order/etc.

            Assignee:
            Unassigned
            Reporter:
            ojab
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: