GET Forms/GetFile?formFieldValueId={formFieldValueId}&maxWidth={maxWidth}&maxHeight={maxHeight}&openInBrowser={openInBrowser}
Retrieves a file stream of a form field value's attachment content.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formFieldValueId |
Id of the form field value |
globally unique identifier |
Required |
maxWidth |
An optional maximum width to scale images |
integer |
None. |
maxHeight |
An optional maximum height to scale images |
integer |
None. |
openInBrowser |
An optional parameter for opening the file in a new tab |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Headers | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.