GET Formentry (File)

GET Formentry (File)

The GET Formentry (File) API allows you to download a media file captured on a given Form Entry.

On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format.  Specify either XML or JSON.

/api/v2/formentry/file?format=xml/json


Endpoints & API Explorer

NodeAPI EndpointAPI Explorer
USapi/v2/formentry/file
Model Description/Schema & Parameters

Parameters

The GET verb allows you to find all form entries that match the given parameters.
The required and optional parameters for a GET call to the Screen API are outlined below.

NameTypeDescriptionRequired
CompanyIdIntegerYour unique Company Id found on the Organisation Setup page of the secure website.
IntegrationKeyStringYour unique Integration Key found on the Organisation Setup page of the secure website.
EntryIdStringThe unique identifier of the entry to which the requested file belongs.
FilenameStringThe name of the file to retrieve, as specified in the entry answer.

Example

Given that the API is REST-based, you can access the API directly using a REST client such as Postman, a popular standalone application for testing APIs.

Use the GET Formentry endpoint first to retrieve the entryID and filename of the media files you’re trying to access. Make sure to have MediaAsUrl=false to get the filename you need to interface with the API endpooint.

Request URL

https://eforms.mobileform.net:443/api/v2/formentry/file?EntryId=4edcxxxxxxxxxxxxxxxxxxxxxxx&Filename=221xxxxxxxxxxxxxxxxxxx.jpg&CompanyId=6xxxx&IntegrationKey=995xxxxxxxxxxxxxxxxxxxxxxxxxxxx

Response Body

The requested media file is returned.

    • Related Articles

    • GET Formentry

      The GET Formentry API returns the form entry matching the given parameters. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. Specify ...
    • GET Formentry (Search)

      The GET Formentry (Search) API finds all form entries that match the given parameters. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response ...
    • DELETE Formentry

      The DELETE Formentry API allows you to delete an existing form entry. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST DELETE verb. The format query string parameter controls the desired response format. Specify ...
    • GET Task

      This request method returns the task matching the given criteria. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. Specify either XML ...
    • GET Task (Search)

      This request method allows you to find all tasks matching the given criteria. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. ...