Get a form
GET/v1/forms/:formId
Get the form details by formId and processDefinitionKey required query param. The version query param is optional and is used only for deployed forms (if empty, it retrieves the highest version).
Request
Responses
- 200
- 404
On success returned.
An error is returned when the form with the formId and processDefinitionKey is not found.