Documentation & Samples

Please find below latest official API documentation and samples.

Rest API

The restful service exposes different endpoints to support user and group management, questionnaire and template support and download.

To embed our questionnaire API state machine in your own third party apps, download html/javascript example here

Api Hook

To fetch data from external systems into to the questionnaire context we use API hooks. Introduction to the concept can be downloaded here.

If you need a base skeleton example in c# it can be download from here.

Web Hook

For outbound processing to external systems we support URL based Web hooks where different data packages can be delivered based on the context of the transaction.

Download c# example here