How can we get the case reports and profiles via the WC1 API ? Actually those documents are already the ones exported in a pdf format from WC1 SaaS. Is it possible to do the same via WC1 API ?
How can we get the case reports and profiles via the WC1 API ? Actually those documents are already the ones exported in a pdf format from WC1 SaaS. Is it possible to do the same via WC1 API ?
My fault the answer was already provided, here it is :
The WC1 API Documentation covers all the supported API requests and their return data, that's a good place to start to learn what the (an) API is and provides. The API can obtain all the data (and more) in the PDF report available through the WC1 application. The (an) API is about getting direct access to and control of the data in the WC1 system. A client who implements an interface to the API to use in their own application can use (3rd party & free) tools that can covert the (JSON) data returned from an API request to a PDF formatted file. Clients that use the WC1 API to enhance their WC1 application use, will have the PDF reports available through the WC1 application.