Forms Action History
Good day all
Just need to find out if there is a SQL script available to pull the Action History from a form?
Or is there a way to imbed the Action History on the current Form and not a separate page?
Thank you
Forms Action History
Good day all
Just need to find out if there is a SQL script available to pull the Action History from a form?
Or is there a way to imbed the Action History on the current Form and not a separate page?
Thank you
Hi August,
The action history is not bind to a certain form; it's on a certain instance.
To get action history of an instance, you can use webapi:
/Forms/webapi/v1/Instance/[instance id]?dashboardType=&paymentHistoryMode=all&paymentHistory_fields=paymentGateway,transactionId,transactionStatus,currency,price,merchantId&stepExecutionMode=all&stepMode=all&step_execution_fields=all&step_fields=all&submissionMode=all&submission_fields=all&workerMode=all&workerResumeMode=all&workerResume_fields=all&worker_fields=instanceId,status,step,stepExecutions,updateDate,workerResumes