I would like to get the form details for example if i have a radio button with options i should be able to see the Options via a REST API query?
I tried Get ProcessDefinition, Get Form etc…
I would like to get the form details for example if i have a radio button with options i should be able to see the Options via a REST API query?
I tried Get ProcessDefinition, Get Form etc…
Hi @Aparnaiaai - you cannot query specific elements of a form via the API. The form itself is just a JSON file which is rendered by the form-js library. You are using the right API call to fetch the JSON document, but your combination of form ID + process definition ID isn’t correct, it seems, as no document was found. If you use the correct IDs it should return.