Review Auto-Complete Settings
Enable or disable automatic review completion once all rows have decisions.
Enable or disable the "auto-complete" feature. When auto-complete is enabled, a review will automatically be completed once all rows have a signed-off decision, or a non-rejected signed-off decision, depending on the "Completion Allowed Settings."
Parameters
Possible values are:
AUTO_COMPLETE_UNKNOWNAUTO_COMPLETE_ENABLEDAUTO_COMPLETE_DISABLED
Example
{
"value": "AUTO_COMPLETE_DISABLED"
}Get Review Auto-Complete Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringOptionalExample:
application/jsonResponses
200
OK
application/json
Responseobject
get
/api/private/workflows/access/global_settings/cert_auto_complete_settings200
OK
Set Review Auto-Complete Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample:
application/jsonAcceptstringOptionalExample:
application/jsonBody
objectOptionalExample:
{"value":"<integer>"}Responses
200
OK
application/json
Responseobject
put
/api/private/workflows/access/global_settings/cert_auto_complete_settings200
OK
Last updated
Was this helpful?
