API Calls History
This functionality stores API requests and their corresponding responses. The trigger for generating records are the requests sent to the following APIs:
FTOS_IP_ProductInterogationHistory
The FTOS_IP_ProductInterogationHistory default form driven flow is based on the FTOS_IP_ProductInterogationHistory entity, that stores the API calls history. The flow is used to check and export the FTOS_IP_ProductInterogationHistory log.
The productInterogationHistory form is used to view the record details.
The productInterogationHistory view is used to see the list of all the API product interrogation records registered in the system. This view can be accessed inside the Innovation Studio Product Factory menu, from menu item Product Interrogation History.
System Parameter
FTOS_IP_ProductInterogationHistory_Enablelog - This system parameter is used to set whether the details for API calls from above will be saved into FTOS_IP_ProductInterogationHistory entity or not. There are 2 values available for this parameter:
-
1 = the result of "proposal Configurator API", "get Prices API", "get UW Rules Result API" will be saved in "FTOS_IP_ProductInterogationHistory" entity. For "proposal Configurator API" will be saved one record for each quote included in the request.
-
0 = the result of "proposal Configurator API", "get Prices API", "get UW Rules Result API" will not be saved in "FTOS_IP_ProductInterogationHistory" entity.
It is mandatory to set the system parameter FTOS_IP_ProductInterogationHistory_Enablelog value to 1, in order to save the requests and their corresponding responses.