Get Applications Workflows

GET {{baseUrl}}/api/v1/applications/:applicationId/workflows?top=<>&skip=<>

List all workflows of the specified blockchain application. Users who are Workbench administrators get all workflows. Non-Workbench administrators get all workflows for which they have at least one associated application role or are associated with a smart contract instance role.

Request Params

KeyDatatypeRequiredDescription
topstringThe maximum number of entries to return in the result set.
skipstringThe number of entries to skip in the result set.