Get Single User Template
Description: To get a list of user templates, a HTTP GET request is made to the URL with the session token.
Method: GET
URI: /user-templates/user_template_id
URI Parameters
- user_template_id: The ID of the user template
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