API Documentation

Documentation for the api client

Contact us

Client Application

Tha main client application is the API core interface

from here you can manage all the functionality of the api solution.

Discover more

Admin Commands


Login Command 

The login command let you connect to the API server

Enter the server name

The port 

user name and password in  order to connect with the system

Discover more

Cad Server manager

This windows gives you an overview of the available cad on the api server

On the context menu of this windows you can control also the log file of the cad application in order to check the real status of the technical configuration

Discover more

Recovery Table Manager

This command give you access to all the configuration present in the system.
you can also modify a configuration, create a new configuration from scratch or deleting an existing one

Discover more

Manage Configurations (Favourites)

This Interface allows you to manage your prefered configuration, in order to activate one.

Discover more

Users   

This interface allows you to manage the api user, with ther roles

Discover more

User Commands


Query Entity

This command allow to search from the api server all the API entity

Discover more

New Node Engine

This command allows you to create a new node engine object.
The node engine is the most important entity in the system as it allows you to create and run the configurations

Discover more

New Node

The new node command allows you to create new node object 

This entity are leaf entity of the system node tree structure allowing you to define:

  • Attribute

  • Parameter

  • Function

  • Document relation

  • Checkers


  • Discover more

New Function

This command allows you to create a new function Object
The Function object allows you to create powerful relation with parameters and using the library can be connected with a python fucntion 
 

Discover more

New Parameter

This command allows you to create a new parameter Object

Parameter object are the input value used for creating the configurations

Discover more

New Editor Integration Object

This command allows you to create a new Editor integration Object

Editor integration object allows you to connect with the cad application and manage drawings and files

Discover more

New Checker Object

This command allows you to create a new checker Object

Checker object are object used to control the data and pop up messages related to the data checked

Discover more

New Library

This command allows you to create a new library Object

The library object allows you to create custom python code to be used inside the API application

Discover more