Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section offers an overview of the APIs customers can use to manage their account outside of the Quik! Forms Enterprise Manager. Quik 

Quik! was primarily built upon SOAP based web services that use SOAP Headers for passing credentials and security. Since 2016 all new services are built in REST using OAuth Tokens. We are working to make all SOAP services available via REST end points. Our REST services are designed to be a single end point for all versions of that service. Each REST service is called with a single parameter using JSON that contains a service version number and all the unique parameters available for that particular service. As new versions of a service are developed that JSON may change to allow for new parameters or changes to parameters and by including a service number the REST service will run the underlying service. What this means to developers is that you can integrate to a single REST end point and upgrades will only require changes to parameters and not changes to your service reference. 

...