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
}
}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
}
}Was this page helpful?