The SIA Reporting API supports scheduling reports on a recurring basis, either DAILY or WEEKLY.
- If
recurrence
is set toWEEKLY
, you must also setdayOfWeek
to one of
MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
, orSUNDAY
. - If
recurrence
is set toDAILY
, omitdayOfWeek
from the request and its value remainsnull
.