Skip to main content
GET
/
process-definition
/
key
/
{key}
/
tenant-id
/
{tenant-id}
/
deployed-start-form
Get Deployed Start Form
curl --request GET \
  --url http://{host}:{port}/{contextPath}/process-definition/key/{key}/tenant-id/{tenant-id}/deployed-start-form \
  --header 'Authorization: Basic <encoded-value>'
"<form role=\"form\" name=\"invoiceForm\"\n                                      class=\"form-horizontal\">\n\n                                  <div class=\"form-group\">\n                                    <label class=\"control-label col-md-4\"\n                                           for=\"creditor\">Creditor</label>\n                                    <div class=\"col-md-8\">\n                                      <input cam-variable-name=\"creditor\"\n                                             cam-variable-type=\"String\"\n                                             id=\"creditor\"\n                                             class=\"form-control\"\n                                             type=\"text\"\n                                             required />\n                                      <div class=\"help\">\n                                        (e.g. &quot;Great Pizza for Everyone Inc.&quot;)\n                                      </div>\n                                    </div>\n                                  </div>\n\n                                </form>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

key
string
required

The key of the process definition (the latest version thereof) to be retrieved.

tenant-id
string
required

The id of the tenant the process definitions belong to.

Response

Request successful.

For application/xhtml+xml Responses, a byte stream is returned.