graph.create

    This method allows to create new graphs.

    This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    Additionally to the , the method accepts the following parameters.

    (object) Returns an object containing the IDs of the created graphs under the graphids property. The order of the returned IDs matches the order of the passed graphs.

    Examples

    Creating a graph

    :

    Response:

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

    Source