function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thierry.laffinThierry.laffin 

REST API : Not able to get starting object detail for process builder

I am querying process builders via the metadata api using REST. Example : /services/data/v42.0/tooling/query?q=SELECT+Id,MasterLabel,ProcessType,Status,VersionNumber+FROM+FLOW

I have looked in the salesforce documents but was not able to find a field which will give me the name of the object starting the process builder.
Can someone help?

For a workflow, we can use 'TableEnumOrId' to get this information.

How do we proceed for process builders?