Get Report Schedule By Id
The date and time values configured within the Report Schedule are converted to GMT time zone.
The Tenant Report Definition identifier
The Report Schedule identifier
The Tenant Report Schedules associated with the Report Definition identifier
"{\n \"resourceIds\" : [ \"b7c82429-40cb-47ac-bb98-46ea2af83002\" ],\n \"startDate\" : \"01/01/2015\",\n \"reportScheduleType\" : \"MONTHLY\",\n \"startHour\" : 8,\n \"startMinute\" : 0,\n \"recurrence\" : 1,\n \"dayOfTheMonth\" : 1\n}"
The days of the month when the Schedule will run - Valid values are from 1-31
The days of the week this Schedule repeats
UUID of the schedule
Indicates the recurrence period of the Schedule. Defaults to 1.
Types of schedule
Resource identifiers for which the schedule will be created. Currently we support Schedules for a single Resource.
Starting time when the Report Schedule comes into effect. Defaults to the current date.
The hour of the day when the Schedule runs. Defaults to 8.
The minutes of the hour when the Schedule runs. Defaults to 0.
Week of the Month
No Tenant Report Definition/Schedule is found with the specified identifier
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/chargeback/reportdefinitions/{id}/schedules/{scheduleId}