Get user task form
GET/user-tasks/:userTaskKey/form
Get the form of a user task.
Note that this endpoint will only return linked forms. This endpoint does not support embedded forms.
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 404
- 500
The form is successfully returned.
The user task was found, but no form is associated with it.
Bad request
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
Not found
An internal error occurred while processing the request.