Description
The collection of Quik! Forms Engine services are used to implement Quik! features and capabilities within your environment. This is a newer, and more extensive version of the v1000 version of this service.
Endpoint URL: https://websvcs.quikforms.com/rest/qfem/v2000
Endpoint Documentation: https://websvcs.quikforms.com/rest/qfem/v2000/swagger/index.html
How to Authorize on Swagger
Retrieve your Quik! token by calling the following service in a tool such as Postman: https://websvcs.quikforms.com/rest_authentication/token
In the body, enter the correct grant_type for your account: grant_type=password&username=YOUR_USERNAME&password=YOUR_PASSWORD
Content-type should be: application/x-www-form-urlencoded
Copy the returned access_token value
In swagger, click the Authorize button, and in the value field, type Bearer, a space, and paste your token value
(e.g. Bearer YOUR_TOKEN_VALUE)
Now you can select any method on the swagger page, click the Try it out button, enter parameters, and test the method
Notes
The /forms/search and /forms/search/groups endpoints return search results using pagination, meaning you will need to provide pageSize
PageSize
(number of items per page, minimum = 5) andPageNumber
(displayed results page). If not provided, default values are page size:5, page number:1. Additionally, you can reverse theSort
order by prepending a minus sign before the property you wish to sort by (i.e.,-DealerName
)The /forms/roles/client endpoint returns the list of client roles for a given form ID. This is useful when building the user interface that enables users to assign client profiles to roles on selected forms, for prefilling client information.
The /forms/roles/sign endpoint returns the list of signer roles for a given set of form ID’s. This can be used to determine if a form or forms is intended to be sign-able and by what roles.
The /fields/{id}/lookupvalue endpoint allows you to return values for both defined fields and user-defined fields (field names starting with "user").
The /fields/esign endpoint allows customers to get all e-sign field metadata from Quik! for a given set of Form IDs. This data includes the following:
...