Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Lazarus VKG

Lazarus VKG

Author: Takeshi 

This plugin is designed to use the **Lazarus VKG** API.

Please check [this documentation](https://docs.lazarusforms.com/docs/lazarus-vkg/intro) for Lazarus VKG.

Also, check [here](https://067a793ed35240348641c6dcc594911e.lazarusforms.com/redoc) for API documentation.



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,

Main functions

  • Add Node, Nodes
  • Update Node
  • Delete Node
  • Backup VKG

OutPut

  • JSON
  • CSV/JSON(Backup)

Table of contents

   1.Parameter Settings

        1. Basic Settings
         2.Extended Settings
   2. Return value

Parameter Settings

Basic Settings

 - Operation : 

      Select the operation of the plugin.

        - Add Node: Add one node from the text.

        - Add Nodes: Add multiple nodes from a CSV file.

        - Update Node: Update the node from the text.

        - Delete Node: Delete the node.

        - Backup VKG: Back up VKG to CSV and JSON files.


       | Add Node | Add Nodes | Update Node | Delete Node | Backup VKG |

        | --- | --- | --- | --- | --- |

        | Base URL | Base URL | Base URL    | Base URL    | Base URL |

        | orgID | orgID  | orgID  | orgID       | orgID          |

        | userID | userID        | userID      | userID      | userID |

        | authKey | authKey       | authKey     | authKey     | authKey |

        | VKG ID | VKG ID        | VKG ID      | VKG ID      | VKG ID |

        |  |  | Node ID | Node ID |  |

        | Text | CSV File Path | Text |             | Backup Out Path |

    

        All Required



- Base URL :

    Enter the URL of the VKG API endpoint.

- orgID :
   
     Enter the VKG orgID.

- userID :

      Enter the VKG userID.

- authKey :

      Enter the VKG authKey.


- Extended Settings (Advanced)


    - VKG ID :

        Enter the VKG ID.

    - Node ID :

        Enter the Node ID.

    - Text :

        Enter the text of the node to be added or updated.

    - CSV File Path :

        Select the CSV file to be used for adding multiple nodes.

    - Backup Out Path :

        Select the destination folder to output files for backup.


2.Return Value

- Result Type
   1.String : String(JSON)
    2. CSV: -
    3. File : String / JSON


  • No labels