This method allows to create new screen items. 此方法允许创建一个新的聚合类型项

    Parameters 参数

    (object/array) Screen items to create.

    The method accepts screen items with the . 此方法接受聚合图形项关于standard screen item properties.

    (object) Returns an object containing the IDs of the created screen items under the screenitemids property. The order of the returned IDs matches the order of the passed screen items. 返回一个对象,该对象包含在screenitemids属性下创建的聚合图形项的id。返回id的顺序与所传递的聚合图形项的顺序相匹配。

    Examples 示例如下

    Creating a screen item 创建一个聚合图形项

    Request:

    Response:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. ]
    5. },
    6. "id": 1

    Source