Get form advanced properties from api

Is that possible, use java api or rest api to get such as min/max/regex properties

See: Flowable’s REST API - Part 1

@Robinyo, I did read this blog, but rest api only return fields type, name etc, there is no min/max/regex properties

        {
            "fieldType": "FormField",
            "id": "givenName",
            "name": "Given Name",
            "type": "text",
            "value": null,
            "required": true,
            "readOnly": false,
            "overrideId": true,
            "placeholder": "",
            "layout": null
        },

The Flowable Form engine will only return the values that it supports.

If you want to use a third party Form engine then that’s supported via the formKey.

For example (multi column layout using CSS Grid, validators, etc.):

image

Ref:

I mean the advanced properties in flowable:
image

Where is this tab located?

It’s not in the Form Designer:

image

mouse on the field and click edit button, you can see advanced properties tab