Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 943 Bytes

EngineApi.md

File metadata and controls

36 lines (18 loc) · 943 Bytes

\EngineApi

All URIs are relative to http://localhost:8080/engine-rest

Method HTTP request Description
get_process_engine_names get /engine

get_process_engine_names

Veccrate::models::ProcessEngineDto get_process_engine_names()

Retrieves the names of all process engines available on your platform. Note: You cannot prepend /engine/{name} to this method.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::ProcessEngineDto

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]