Flowable UI API

Hello everyone, please is there a flowable ui api, if so which url should i use?

Hi

Are you looking for this?

Regards,

Yvo

hi
thank u for your repense
please wihch url i have to use to fetch the data from postman ?

Hi.

That depends on how the application containing the REST APIs is deployed.
But for example using the Flowable UI Docker image running (and exposed) on port 8080 on the local machine.

Fetch the process definitions;
GET http://localhost:8080/flowable-ui/process-api/repository/process-definitions

Fetch all DMN deployments;
GET http://localhost:8080/flowable-ui/dmn-api/dmn-repository/deployments

etc.

Hope this helps.

Regards,

Yvo