Get Stage Id of Business Process Flow Stages
Introduction:
I had a requirement where I needed to compare the Active Stage of Business Process Flow to perform an action of the Stage was Develop
The Flow trigger body provided the active stage id which I had to compare with Stage id of Develop.
However, I did not know the stage id, so I used the below API to get the stage details.
Solution:
API Query-
https://CRMURL.dynamics.com/api/data/v9.0/processstages?$select=stagename&$filter=processid/workflowid eq BPFGuid
Example:
- Get the GUID of Business Process Flow whose stage details you need.
- Replace below Query with Your CRM URL and BPF GUID.
https://Test130.crm.dynamics.com/api/data/v9.0/processstages?$select=stagename&$filter=processid/workflowid eq 9128E4D1-1234-4852-ABD0-A63A6ECA5C5D
Output: