Get Applications
GET {{baseUrl}}/api/v1/applications?top=<>&skip=<>&enabled=<get>&sortBy=<>
Lists all blockchain applications to which a user has access in Workbench. Users who are Workbench administrators get all blockchain applications. Non-Workbench administrators get all blockchain applications for which they have at least one associated application role or an associated 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. | |
enabled | string | A Boolean for whether to filter the result set to only enabled applications. | |
sortBy | string | The field to sort. |