Context API reference

The API property of the context object provides number of convenience methods for generating and manipulating values.

List of methods:

 {context.API.range(context.API.timestamp(-30,'days'),context.API.timestamp(), 'days')}. This example generates list of dates between today and the date 30 days ago.