Skip to main content
GET
/
v1
/
consensuses
/
process
List consensuses process
curl --request GET \
  --url https://api.example.com/v1/consensuses/process \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "processId": "<string>",
      "name": "<string>",
      "label": "<string>",
      "iconName": "<string>",
      "orgId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<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>",
          "parameters": [
            {
              "id": "<string>",
              "label": "<string>",
              "type": "ATTACHMENT",
              "isCalc": true,
              "isUnique": true,
              "parameters": [
                {
                  "id": "<string>",
                  "label": "<string>",
                  "type": "ATTACHMENT",
                  "isCalc": true,
                  "isUnique": true
                }
              ]
            }
          ]
        }
      ],
      "measurements": [
        {
          "id": "<string>",
          "name": "<string>",
          "orgId": "<string>",
          "status": "OPEN",
          "process": {
            "steps": [
              {
                "id": "<string>",
                "name": "<string>",
                "stepId": "<string>",
                "label": "<string>",
                "processId": "<string>",
                "createdAt": "<string>",
                "updatedAt": "<string>"
              }
            ]
          }
        }
      ]
    }
  ],
  "meta": {
    "total": 123,
    "lastPage": 123,
    "currentPage": 123,
    "perPage": 123,
    "prev": 123,
    "next": 123
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

name
string
page
string
pageLimit
string
openToMeasure
string
includeParameters
string

Response

200 - application/json

ok

data
object[]
meta
object