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
Key | Datatype | Required | Description |
---|---|---|---|
top | string | The maximum number of entries to return in the result set. | |
skip | string | The number of entries to skip in the result set. |