# Refresh Data Monitors Refresh Data Monitors. When refreshing data monitor, a reevaluation is done for all Business Partners from the data monitor scope. Endpoint: POST /v2/storages/{storageId}/datamonitors/refresh Version: 5 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" ## Request fields (application/json): - `dataMonitors` (array) List of Data Monitors. - `dataMonitors.id` (string) Unique alpha-numeric number of the Data Monitor. Example: "bfdfd6f7-562f-4d4a-921f-e68cba60d5cf" ## Response 200 fields (application/json): - `dataMonitors` (array) List of Data Monitors. - `dataMonitors.dataMonitor` (object) Data Monitor refresh. - `dataMonitors.dataMonitor.id` (string) Unique alpha-numeric number of the Data Monitor. Example: "bfdfd6f7-562f-4d4a-921f-e68cba60d5cf" - `dataMonitors.status` (string) * OK - the data monitor reevaluation has been started * NOT_FOUND - the data monitor is not found * APPLICATION_IN_PROGRESS - the data monitor reevaluation is not started because of currently running reevaluation Example: "APPLICATION_IN_PROGRESS"