I'm trying to figuring out the API and I've got some problems. How do I change questions in the form? I mean remove / rearrange.
I think this endpoint should do that: https://api.videoask.com/forms/{{form_id}} and I can see that it's being called when I change form from VideoAsk app. But I'm not sure how to do it (what parameters should be passed). So let's assume I have form with questions:
Although I think there are some rate-limits to DELETE question request? I’m getting ‘internal server error’ when trying to delete more than 2 question in parallel. Not a problem for me – just curious
Also, when creating form through API I’m passing:
metadata: {
locale: 'en-US'
}
in body – because app is throwing a error in other case (after ~5 seconds upon form opened)