In this article, you will learn how to retrieve a process report in the context of business sequences from the Gamfi application using the API.
To download a report with a list of processes in the context of business sequences, use method and endpoint:
GET
+ /api/app_api_admin.php/v2/workflows/report/process/business-sequence
Example cURL:
curl --location 'https://{app_name}.gamfi.io/api/app_api_admin.php/v2/workflows/report/process/business-sequence' \
--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.