Need to understand the Survey API's

16 views
Skip to first unread message

CogentWeb Apptest

unread,
Dec 19, 2023, 9:34:06 AM12/19/23
to Zengine Development
Hi Team,


Need to understand the flow to call latest survey is completed or not.

Can you please guide me on the same.

If workspace is already created then can we implement the interface in .net application to auto redirect to wizehive an d when survey is completed by end user , user redirect to our website , is it possible?

Else if we can check only latest survey done by end user will also helpful.

CogentWeb Apptest

unread,
Dec 21, 2023, 6:35:37 AM12/21/23
to Zengine Development

The purpose is to check the user completed the new survey or not...

Then only end user can login into market place so its better if i get the flow for the same like what things required for the same, for example

step 1 - create user through API

step 2 - call workspace (which is already created)

step 3 - call survey API to check the user is completed the survey or not

Its a example.. now to implement the same , i need end point URL , i know API presents on the portal but its not resolve my query, i need specific url to check the same then only i can work on remaining things like dependencies of that API

Wes

unread,
Dec 21, 2023, 10:24:43 AM12/21/23
to Zengine Development
It is not possible to have Zengine redirect to your app. If you are storing the surveys as records, the form records API will allow to you save records as well as fetch existing records. From there you will need to determine if the data in the records matches what you expect and proceed accordingly.

CogentWeb Apptest

unread,
Dec 22, 2023, 1:57:38 AM12/22/23
to Zengine Development
Thank you for reply, 
Can you please explain how i can check latest survey completed by user  through Zengine API.
Please share the endpoint for the survey.

Wes

unread,
Dec 22, 2023, 1:31:05 PM12/22/23
to Zengine Development
There is no survey api. There is a REST endpoint for form records ex - /forms/{formId}/records. If you create a survey form in your workspace, you could save and fetch records for that form, but how you handle that is up to your implementation.
Reply all
Reply to author
Forward
0 new messages