The method allows to retrieve template screen items according to the given parameters. 此方法允许根据指定的参数检索聚合图形项模板。

    (object) Parameters defining the desired output. (object)定义所需输出的参数。 The method supports the following parameters. 该方法提供以下参数。

    • an array of objects; 一组对象;

    • the count of retrieved objects, if the countOutput parameter has been used. 如果已经使用了countOutput参数,则检索对象的计数。

    Retrieve template screen items for screen 为聚合图形检索聚合图形项模板

    Request 请求:

    Response 响应:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": [
    4. {
    5. "screenid": "15",
    6. "resourcetype": "0",
    7. "resourceid": "454",
    8. "height": "200",
    9. "x": "0",
    10. "y": "0",
    11. "colspan": "1",
    12. "rowspan": "1",
    13. "elements": "0",
    14. "valign": "1",
    15. "halign": "0",
    16. "style": "0",
    17. "url": "",
    18. "max_columns": "3"
    19. },
    20. {
    21. "screenitemid": "43",
    22. "resourcetype": "0",
    23. "width": "500",
    24. "height": "270",
    25. "x": "1",
    26. "y": "0",
    27. "colspan": "1",
    28. "rowspan": "1",
    29. "elements": "0",
    30. "valign": "1",
    31. "halign": "0",
    32. "style": "0",
    33. "url": "",
    34. "max_columns": "3"
    35. }
    36. ],
    37. "id": 1
    38. }