Get approval workflow settings
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
ApprovalWorkflowSettings
| Property | Description | Type |
|---|---|---|
| approvalModeEnabled | boolean | |
| confirmEditDelete | boolean | |
| maximumApprovalAmount | integer (int32) |
Example Response
{ "approvalModeEnabled": false, "confirmEditDelete": false, "maximumApprovalAmount": 1
}