GET AIThinkLog/Settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AISettings| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAIEnabled | boolean |
None. |
|
| IsAINonRegulatoryMode | boolean |
None. |
|
| IsAIOnSentStatus | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAIEnabled": true,
"IsAINonRegulatoryMode": true,
"IsAIOnSentStatus": true
}
application/xml, text/xml
Sample:
<AISettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.AI"> <IsAIEnabled>true</IsAIEnabled> <IsAINonRegulatoryMode>true</IsAINonRegulatoryMode> <IsAIOnSentStatus>true</IsAIOnSentStatus> </AISettings>