I'm building out a process to speed up creation of forms (Videoasks). I've consulted the documentation at GetPostman but there are two things I'm having trouble with:
- Branding - In the Retrieve form by ID action, I can see in the response that there are nested parameters for branding, including branding_id . However, the POST action for new forms does not appear to accept branding_id as a parameter. Is there a way to specify the branding ID of a form (VideoAsk) with the API?
- Overlay text - In the Retrieve a question action, I am able to see a parameter called “label” which appears to correspond to the overlay text. However, the POST action to Create a question and the PATCH action to Update a question both do not appear to accept “label” as a parameter. Is it possible to specify the Overlay text via the API?