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 响应:
{
"jsonrpc": "2.0",
"result": [
{
"screenid": "15",
"resourcetype": "0",
"resourceid": "454",
"height": "200",
"x": "0",
"y": "0",
"colspan": "1",
"rowspan": "1",
"elements": "0",
"valign": "1",
"halign": "0",
"style": "0",
"url": "",
"max_columns": "3"
},
{
"screenitemid": "43",
"resourcetype": "0",
"width": "500",
"height": "270",
"x": "1",
"y": "0",
"colspan": "1",
"rowspan": "1",
"elements": "0",
"valign": "1",
"halign": "0",
"style": "0",
"url": "",
"max_columns": "3"
}
],
"id": 1
}