# Get Adjustment Workflow Get the adjustment workflow configuration from system settings. Endpoint: GET /api/v3/Adjustment/Workflow Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Workflow` (integer) Workflow of the Adjustment (1 = No Approval (Instant), 2 = With Approval) Enum: 1, 2 ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)