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)
Andrew is currently on vacation ⛱ but we’ve been having a look into this one for you 👀
There shouldn’t be any rate-limiting in place, could you provide the form_id and we can check the error and try to get some more details?
We’re also going to check the locale needed when creating the form, the engineers think they’ve had some reports on this so will check if it’s a bug.