REST API V2
Articles
Restart Workflow with Rest API V2
This endpoint allows you to restart the workflow for the specified entry. It can be accessed as a POST to /wp-json/gf/v2/entries/[entry_id]/workflows/restart
Send To Step with Rest API V2
This endpoint allows you to send the specified entry to a different step in it’s workflow. It can be accessed as a POST to /gf/v2/entries/[entry_id]/workflow/steps/[step_id]/send