Published Form Versions
Retrieving Form Version XML
To get the XML of the Form Version, add .xml to the end of the request URL.
get/v1/projects/{projectId}/forms/{xmlFormId}/versions/{version}.xml
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
versionstring required
The version of the Form version being referenced. Pass ___ to indicate a blank version.
Response
OK