112399a67ebb
Get Module Submission Revision
Gets a single revision for a submission. Revision data is transformed and returned in a specific format, based on the specified transform. JSON revisions data is returned as an object, XML data is returned as a string, and PDF data is returned as a Cloud Storage Delivery URL to the rendered PDF (and optionally base 64 data).
Authorization Required:
- See Submission Access (Submission Access)
Path parameters
Unique module ID
ID of module submission to retrieve revisions for
ID of the particular submission revision to retrieve. To retrieve all submission revisions, do not include this path parameter
Query parameters
Transform to apply to module for output. Transform must be configured and designated for output. Available transforms may be listed via the /transforms endpoint. Only available for single revisions
Whether to include the untransformed raw submission data in addition to the transformed data. Raw submission data may contain Cloud Storage Delivery URLs. Only available for single revisions
Whether to include base64 PDF data in addition to the PDF url (for "njk-pdf" transforms). Only available for single revisions
When transformName is specified, Cloud Storage URLs are already resolved to the original base64 value. When this flag is specified, resolve Cloud Storage URLs to base64 data inside "rawData", as well. Only available for single revisions
Comma-separated list of dot-notation data fields to retrieve; for example, &dataFields=field1,also.field2 will retrieve {"data":{"field1":"v1","also":{"field2":"v2"}}}. Do not include "data" in front of each field. All other submission fields will always be retrieved.
Response
Revision