Skip to main content

optiSLang Web Service REST API

The REST API allows you to manage instances of optiSlang Web Service.

Most of the provided API endpoints focus on the following topics:

Users

  • Register new or remove existing users.
  • Change user level or password of existing users.

Projects

  • Retrieve registered project data.
  • Get details about an existing project.
  • Register an externally started project.

Wizards

  • Retrieve existing wizards.
  • Upload a new wizard.

Additionally, there is functionality to execute Python scripts and manage custom services.

Overview

optiSLang Web Service REST API

The REST API allows you to manage instances of optiSlang Web Service.

Most of the provided API endpoints focus on the following:

Users:
  • Register new or remove existing users.
  • Change user level or password of existing users.
Projects:
  • Retrieve registered project data
  • get details about an existing project
  • register an externally started project
Wizards:
  • Retrieve existing wizards or upload a new wizard.
Additionally, there is functionality to:
  • Execute Python scripts
  • Manage custom services
Overview