Published Form Versions
Listing Form Version Attachments
Attachments are specific to each version of a Form. You can retrieve the attachments associated with a given version here.
get/v1/projects/{projectId}/forms/{xmlFormId}/versions/{version}/attachments
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
Example response
[
{
"name": "myfile.png",
"exists": true,
"blobExists": true,
"datasetExists": true,
"size": 4096,
"updatedAt": "2018-03-21T12:45:02.312Z"
}
]