How can I get process instance id from Rest API call (post)?

Hi All,

How can I get process instance id from Camunda through a Rest API call. I initiated the workflow through WebClient post method. Is there any field in Client Response, I can use to get the process instance id?
Or any other way to get it.

Thanks,
Manua

Can you tell me what call exactly you’re making and what the response looks like?
Usually if you start a process instance you should get the id returned, check out the docs for details.

Thanks Niall. I could get the process instance id from the response. The documentation helped.