cURL
curl --request GET \ --url https://api.daraa.io/approval-chains
[ { "id": "<string>", "name": "<string>", "steps": [ { "id": "<string>", "stepNumber": 123, "approverType": "user", "approverId": "<string>", "approverName": "<string>", "isRequired": true, "thresholdAmount": 123 } ], "isActive": true } ]
Ok
Unique identifier for the approval chain
Name of the approval chain
Steps in the approval chain
Show child attributes
Unique identifier for the approval step
Order of this step in the chain
Type of approver
user
role
department
ID of the approver (user, role, or department)
Name of the approver
Whether this step is required
Minimum amount requiring this approval
Whether approval chain is active