It would be great if it was possible to make a GET API call to retrieve all the questions and question attributes of specific custom forms.
Right now you can call the /plans/forms/{id} endpoint but this shows only the questions visible to the user (e.g. questions not depending on conditional logic + answered questions) of a specific magicplan project and not the ones hidden based on some conditional logic.
Similarly, it would be great to create new custom forms through a POST API call and manipulate existing custom form through PUT/PATCH API calls.