Get Single Form
Description: To get the details of a single form, a HTTP GET request is made to the URL with the form ID and session token.
Method: GET
URI:/forms/form_id
URI Parameters:
- form_id: The ID of the form.
Parameters:
- query: Can be used to retrieve forms with a certain name.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Form | Form | A form object. |
Example
Request
Response