Flowable-rest model

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

Have you deployed your models? The flowable-modeler/app/rest/models api is a specific one for the modeler application.

Yes, I have.

Maybe I explain what I wanted to achive. Currently I access via flowable-modeler and flowable-taks.
But I need to get some infomations - modelnames and diagram of deployed models - with a different user (technical user) with basic auth only.