AristoTelos Academy

Report Job for Current or Previous Month

Report Job for Current or Previous Month

Use Case

The reporting period is controlled by Period parameter. In the following examples there are specifications for different reporting periods.

Previous month

"Period": {
"BaseDateOffset": null,
"Type": "Month",
"Offset": -1,
"Count": 1,
"CutBy": null

}

Previous week

"Period": {
"BaseDateOffset": null,
"Type": "Week",
"Offset": -1,
"Count": 1,
"CutBy": null

}

Current month

"Period": {
"BaseDateOffset": null,
"Type": "Month",
"Offset": 0,
"Count": 1,
"CutBy": null

}

Previous and Current month

"Period": {
"BaseDateOffset": null,
"Type": "Month",
"Offset": -1,
"Count": 2,
"CutBy": null

}

Was this helpful?