Skip to main content
GET
/
v1
/
process
List process
curl --request GET \
  --url https://api.example.com/v1/process \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "label": "<string>",
      "iconName": "<string>",
      "orgId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "deletedAt": "<string>",
      "steps": [
        {
          "id": "<string>",
          "name": "<string>",
          "label": "<string>",
          "description": "<string>",
          "rawDescription": "<string>",
          "processId": "<string>",
          "tokenIds": [
            "<string>"
          ],
          "policyNames": [
            "<string>"
          ],
          "roles": [
            {
              "p": "<string>",
              "r": [
                "<string>"
              ]
            }
          ],
          "orderedPolicies": [
            "<string>"
          ],
          "viewPolicyNames": [
            "<string>"
          ],
          "status": "IN_CONSENSUS",
          "webhookUrls": "<string>",
          "legalContractId": "<string>",
          "createdAt": "<string>",
          "updatedAt": "<string>",
          "deletedAt": "<string>"
        }
      ],
      "code": "<string>"
    }
  ],
  "meta": {
    "total": 123,
    "lastPage": 123,
    "currentPage": 123,
    "perPage": 123,
    "prev": 123,
    "next": 123
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

page
string
pageLimit
string
containsType
string

Response

200 - application/json

ok

data
object[]
meta
object