Get user task
GET/user-tasks/:userTaskKey
Get the user task by the user task key.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The user task is successfully returned.
The provided data is not valid. More details are provided in the response body.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The user task with the given key was not found.
An internal error occurred while processing the request.