GET/POST/PUT all custom form questions
complete
L
Loud Newt
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.
Log In
A
Anita Beqiri Lohaj
complete
🎉 Form APIs are now released: https://apidocs.magicplan.app/guide/basic-concepts/form-api-endpoints
A
Anita Beqiri Lohaj
in progress
A
Anita Beqiri Lohaj
Thanks for your feedback - we’re actively working on this! The ability to retrieve full form definitions (including all questions regardless of conditional logic), as well as create and manage custom forms via POST/PUT/PATCH endpoints, is coming very, very soon. Stay tuned!
You can already find a placeholder for this in our API documentation here: https://apidocs.magicplan.app/guide/basic-concepts/form-api-endpoints-coming-soon
S
Salmon Camel
My team also needs to be able to manage forms through the API.