In this article, you will learn how to download the Gamfi application process report using the API.
To download a report with a list of processes from the Gamfi application use the method and endpoint:
GET
+ /api/app_api_admin.php/v2/workflows/report/process-report
Example cURL:
curl --location 'https://{app_name}.gamfi.io/api/app_api_admin.php/v2/workflows/report/process-report' \
--header 'X-Samus-Authorization-Api-Key: {apiKey}' \
--header 'X-Samus-Authorization-Api-Secret: {apiSecret}' \
--header 'Content-Type: application/json'
In place:
- {app_name} - insert the name of your application
- {apiKey} - insert API key
- {apiSecret} - insert API secret
If the answer is correct (200), the report download will begin.