Get Deployed Form
GET/task/:id/deployed-form
Retrieves the deployed form that is referenced from a given task. For further information please refer to the User Guide.
Request
Responses
- 200
- 400
- 403
- 404
Request successful.
The form key has wrong format. See the Introduction for the error response format.
The deployed form cannot be retrieved due to missing permissions on task resource. See the Introduction for the error response format.
No deployed form for a given task exists. See the Introduction for the error response format.