Skip to content

WebServices API

Marco Rietveld edited this page Jul 16, 2014 · 2 revisions

WikiWebServices API

Table of Contents

Services layout

The following schema lays out the various WebServices and their interfaces:

http://server.address:port/{application-id}/rest/
  runtime
    {id: [a-zA-Z0-9-:\\.]+}              // {deploymentId}
      execute                            * execute the given command [POST] 
      process
        {id: [a-zA-Z0-9-:\\.]+}          // {process definition id}
          start                          * start process [POST] 
                                           - accepts query map parameters
        instance

Last updated: July 6, 2014

Clone this wiki locally