Expose forms in the API
C
Chris
Expose the form in the api
I can get responses to a form quite easy
But I might have the response to a question with id: abc
But I have no idea what the text for question with id:abc is unless I manually go look at the form and figure it out
I'd like the form configuration exposed in an api
so I can use that data in my application
Log In