Create Scheduled ReportAsk AIpost https://api.kevel.co/v1/report/scheduleThis creates a Scheduled Report. This endpoint uses the same body params as a queued report for the Criteria field.Body ParamsNamestringrequiredA friendly name for the reportLoginIDint32requiredThe LoginId for the user who should receive the report. This is the ID that's returned in the User Management API endpoints. You can pull a list hereKickoffDatestringrequiredThe date to begin generating the report. We will use this date and the RecurrenceType to determine when the report should recur. Will accept a valid ISO 8601 date string.SchedulingWindowint32requiredThe timeframe in which the report should be delivered. All times are in GMT. Key 0 = Midnight to 6:00AM 1 = Between 6:00AM and Noon 2 = Between Noon and 6:00PM (18:00) 3 = Between 6:00PM (18:00) and MidnightRecurrenceTypeint32requiredHow often the report should be delivered. We will use the RecurrenceType to adjust the StartDate and EndDate from the criteria object with each recurring report. Key: 0 = no recurrence 1 = daily 2 = weekly 3 = monthlyCriteriaobjectrequiredObject. Use same body params from Queued Reports. You'll effectively be placing the Queued Report fields into this object.Criteria objectEmailsarray of stringsThe external email addresses to email with the completed report. Each email address is a string, like "Emails":["[email protected]", "[email protected]"]EmailsADD stringShowEventsbooleanDefaults to falseDisplay events (conversions, custom events, etc.). Default is falseShowClickBucketingbooleanDefaults to falseDisplay clicks sorted by click bucketing. Default is falseShowRevenuebooleanDefaults to falseDisplay revenue. Default is falseShowConversionsbooleanDefaults to falseDisplay conversions. Default is falsefixedDatebooleanDefaults to falsePrevents the time frame of the report from incrementing with each send. Default is falseResponse 200200Updated 7 months ago