Create report configuration for an applicationAsk AIpost https://api.indigitall.com/v2/stats/application/{applicationId}/report/configCreates the report configuration settings for a specific application.Path ParamsapplicationIdintegerrequiredThe ID of the application for which the report configuration is to be created.Body ParamscyclestringenumrequiredThe cycle for which to generate the report.dailyweeklymonthlyAllowed:dailyweeklymonthlyreportNamestringrequiredThe name of the report.emailarray of stringsrequiredlength ≥ 1The email addresses to send the report to.email* stringADD stringextraDataobject | nullExtra data to include in the report.extraData object | nullResponses 201The request has succeeded. The response contains the status code and a message indicating success. 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 409The request could not be processed because of conflict in the request. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 14 days ago