Workflows

In this article, you will discover how to download the Gamfi application workflows report using the API.

To download a report with a list of workflows from the Gamfi application use the method and endpoint:

GET + /api/app_api_admin.php/v2/workflows/report/workflow/{workflow_id}

Example cURL:

curl --location 'https://{app_name}.gamfi.io/api/app_api_admin.php/v2/workflows/report/workflow/' \
--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
  • {workflow_id} - insert the ID of the workflow
  • {apiKey} - insert API key
  • {apiSecret} - insert API secret

If the answer is correct (200), the report download will begin.