Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm trying to dynamically pull forms into our website via the REST API. Currently, I'm querying the Form Fields REST API via the Form Field Controller, but the field ID returned is the SOAP ID, and not the REST ID, so I receive errors when trying to submit a form using those IDs. Is there a way to g...