Get Contracts
GET {{baseUrl}}/api/v1/contracts?top=<>&skip=<>&workflowId=<get>&sortBy=<>
Lists the smart contract instances of the specified workflow. Users who are Workbench administrators get all smart contract instances. Non-Workbench administrators get all smart contract instances for which they have at least one associated application role or is 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. | |
workflowId | string | The ID of the associated workflow. | |
sortBy | string | The field to sort. |