Hi @christian-konrad , Thank you for the response , I had already tried this end point that you have referred, But the Schema that it will provide is Not a JSON format, wanted to to shw you the schema to you as well
here it is the sample response
{
“id”: “UserTaskForm_0er2a5g”,
“processDefinitionKey”: “2251799814478700”,
“schema”: “{\n "components": [\n {\n "label": "Offer Name",\n "type": "textfield",\n "layout": {\n "row": "Row_1ft7ca2",\n "columns": null\n },\n "id": "Field_1y0p9uv",\n "key": "field_0gibz81",\n "description": "Enter Offer Name"\n },\n {\n "label": "Owner of the Offer",\n "type": "textfield",\n "layout": {\n "row": "Row_0h9uvbi",\n "columns": null\n },\n "id": "Field_16nqkt5",\n "key": "field_15vuol4",\n "description": "Enter Name"\n },\n {\n "action": "submit",\n "label": "Create",\n "type": "button",\n "layout": {\n "row": "Row_1hr4t0s",\n "columns": null\n },\n "id": "Field_1ntrduc",\n "key": "field_07x50hs"\n },\n {\n "action": "reset",\n "label": "Cancel",\n "type": "button",\n "layout": {\n "row": "Row_1hr4t0s",\n "columns": null\n },\n "id": "Field_1988x1f",\n "key": "field_1o6l8yr"\n }\n ],\n "schemaVersion": 9,\n "exporter": {\n "name": "Camunda Web Modeler",\n "version": "25d1ba4"\n },\n "type": "default",\n "id": "create-offer-0l2uffw",\n "executionPlatform": "Camunda Cloud",\n "executionPlatformVersion": "8.2.0"\n}”
}
In Order to automate I need it as above Schema as JSON, And , I have an Obstacle here, how can we find the Form ID and Process Definition key through some API or Any other way in order to automate it,