SoftwareDEMO API

 

SoftwareDEMO API has implemented a web service interface for SoftwareDEMO with basic patents, such as user data that can be retrieved and manipulated.

 

Callback mechanism messages (events) can be provided by API via HTTP request. For instance, reports can be generated with a user’s login and/or logout.

 

Believe it or not, this API is only possible with direct, bi-directional assistance! Integration into existing systems such as CRM or ERP can be executed and the data stored online is equivalent to the SoftwareDEMO functions.

 

 

 

SoftwareDEMO API (registered users only)

 

1. Download and zip the cURL-package for MS Windows.

  1. www.softwaredemo.de/download/curl.zip

2. Detect id of the user template:

  1. curl -k -u username:passwort
    https://api.example.org/user_templates

    Die id befindest sich im XML-Element </id>

3. Add user

  1. curl -k -u user:password -H "Content-Type: text/xml"
    -X POST
    -d "<user><password>xyz-4711</password></user>"
    https://api.softwaredemo.de/users/create?
    user_template_id=<id der benutzervolage>

4. PHP scripts

  1. Naturlich können auch PHP Skripte angewandt werden.