Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page lists all Quik! REST API endpoints. For more information on each service, please visit the REST APIs section of this API Guide.

REST Authentication

All of Quik!'s REST API's rely upon an OAuth2 Token authentication methodology. Each call to a Quik! resource will require a valid, unexpired OAuth2 Token. To generate a token call the REST Authentication Service first and then the service you wish to use.

Endpoint URL: https://websvcs.quikforms.com/REST_Authentication/

A token request requires your Quik! username and password. Most of the time your Master Username and Password will be the best credentials to use. For select resources you may want to use a specific user's credentials instead. To refresh a token pass the Refresh Token that was generated when the original token was created. Not all services will allow for token refreshes.

Endpoint URL: https://websvcs.quikforms.com/REST_Authentication/token

Quik! Forms Engine Services

The collection of Quik! Forms Engine services are used to implement Quik! features and capabilities within your environment.

Endpoint URL: https://websvcs.quikforms.com/rest/QuikFormsEngine

Endpoint Documentation: https://websvcs.quikforms.com/rest/QuikFormsEngine/swagger/ui/index#/QFE

Quik! Forms Enterprise Manager Services

The collection of Quik! Forms Enterprise Manager services are used to implement Quik! features and capabilities within your environment. For example, you may need to retrieve and display a list of forms to users, or register users and licenses, or to perform field mapping.

Endpoint URL: https://websvcs.quikforms.com/rest/QFEM/v1000/

Endpoint Documentation: https://websvcs.quikforms.com/rest/QFEM/v1000/swagger

E-Signature Services

The collection of Quik! Forms Engine E-Signature services are used to implement E-Signature features and capabilities within your environment. 

Endpoint URL: https://websvcs.quikforms.com/rest/ESignature/

Endpoint Documentation: https://websvcs.quikforms.com/rest/ESignature/swagger/ui/index


Reporting Service

Quik! makes several reports available via a REST API. The intent behind this reporting service is to enable business intelligence and analytics with data from Quik!. 

Endpoint URL: https://websvcs.quikforms.com/rest/reporting/

Endpoint Documentation: https://websvcs.quikforms.com/rest/reporting/swagger/ui/index

 

  • No labels