Hello,
currently I call flowable (6.3.0) this way. This works.
http://host:8080/flowable-modeler/app/rest/models?modelType=0
How do I get models via flowable-rest?
http://host:8080/flowable-rest/service/repository/models
returns only an empty list.
{“data”:[],“total”:0,“start”:0,“sort”:“id”,“order”:“asc”,“size”:0}
What do I wrong? What is the correct HTTP-call?
Thanks Thomas