Skip to main content
GET
/
task
/
{id}
/
deployed-form
Get Deployed Form
curl --request GET \
  --url http://{host}:{port}/{contextPath}/task/{id}/deployed-form \
  --header 'Authorization: Basic <encoded-value>'
"<form role=\"form\" name=\"invoiceForm\"\n                                            class=\"form-horizontal\">\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                                      </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

id
string
required

The id of the task to get the deployed form for.

Response

Request successful.

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