Hi,
I need to get the form in JSON format is there any way to do it?
example for the response I need
{
"components": [
{
"label": "test",
"type": "textfield",
"layout": {
"row": "Row_0lqqxrt",
"columns": null
},
"id": "Field_0puiy0d",
"key": "field_1af33a9",
"defaultValue": "test"
},
{
"action": "reset",
"label": "Button",
"type": "button",
"layout": {
"row": "Row_1yn8sq4",
"columns": null
},
"id": "Field_0acp12q",
"key": "field_1pif5qa"
}
],
"type": "default",
"id": "form_test",
"exporter": {
"name": "Camunda Modeler",
"version": "5.12.0"
},
"executionPlatform": "Camunda Platform",
"executionPlatformVersion": "7.19.0",
"schemaVersion": 9
}