Retrieve Form Submission

Get the properties of a form submission by providing an existing form submission ID.

Path Params
string
required

Form Submission ID

The response payload would contain details about the corresponding form submission.

Query Params
string
Defaults to json

Output format of the response

Important: The Zenput server can accept only the following values:

- json for JSON
- html for HTML
- pdf_url for PDF

Note: If the value of output were pdf_url, then the Zenput server would provide a link pointing to a PDF document containing form submission details.

Note: The default value of output is json. If the request body were not to contain a value for output, then the value would still default to json.

boolean
Defaults to false

Include additional metadata regarding projects and tasks as a top-level key in the response payload.

Those projects and tasks would correspond to the form submission given the existing form submission ID.

Note: The default value of expanded_metadata is false.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json