Flowable REST API - process definition id required

REST API-After deployment of the bpmn file,how can i get process definition id

/flowable-rest/service/repository/deployments

can i get process definition id and other information from the deployment id.

Please share the REST API for the same.

You can query process definitions using the GET repository/process-definitions API. It takes various parameters to filter, including a deploymentId. See http://www.flowable.org/docs/userguide/index.html#_process_definitions for more information.