Returns the total number of workflows based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Workflow ID filter.
Multi-value supported. Example: value1;value2 -
Module the workflow applies to
Values are
SALES_INVOICES,PURCHASE_INVOICES,ORDERS, orTIME_DETAILS. -
Workflow name filter
-
Workflow description filter
-
Contact ID of the user who created the workflow.
Multi-value supported. Example: value1;value2 -
Whether the workflow is active
GET
/api-v1/workflow/overall
curl \
--request GET 'https://wyzio.app/api-v1/workflow/overall'
Response examples (200)
42