Mandatory Due Date Settings
Configure whether due dates are required when creating or editing access reviews.
Parameters
Field
Type
Description
Examples
{
"value": {
"mandatory_for_first_level": true,
"mandatory_for_second_level": false,
"mandatory_for_third_level": false
}
}Get Mandatory Due Date Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
workflow_idstringOptionalExample:
Optional workflow ID to get workflow-specific settings
8ae1c414-3a76-46cb-950a-925316b3f264Header parameters
AcceptstringOptionalExample:
application/jsonResponses
200
OK
application/json
get
/api/private/workflows/access/global_settings/mandatory_due_date_for_review_settings200
OK
Set Mandatory Due Date Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample:
application/jsonAcceptstringOptionalExample:
application/jsonBody
workflow_idstringOptional
Optional workflow ID for workflow-specific settings
Responses
200
OK
application/json
objectOptional
put
/api/private/workflows/access/global_settings/mandatory_due_date_for_review_settings200
OK
Last updated
Was this helpful?
