Data Source Acknowledgement
Require data source status acknowledgement during review creation.
By default, when a review is created, a user can optionally view the status of the data sources involved in the review. This API allows the behavior to change, requiring that the data source status is shown to the user and acknowledged during review creation.
Parameters
Possible values are:
DATASOURCE_ACKNOWLEDGEMENT_UNKNOWN= 0DATASOURCE_ACKNOWLEDGEMENT_NOT_SHOWN= 1DATASOURCE_ACKNOWLEDGEMENT_REQUIRED= 2
Get Data Source Acknowledgement Setting
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/datasource_acknowledgement200
OK
Set Data Source Acknowledgement Setting
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/datasource_acknowledgement200
OK
Last updated
Was this helpful?
