Start date or time span

Predefined Parameters

There are two predefined parameters which you can [optionally] specify in the command-line. Both parameters are used as a placeholder in QueryFilter files:

/TimeSpanDays

Boomi Command resolves the TimeSpanDays into a StartDateUtc by subtracting the number of day from today. If today was 31st of October, TimeSpanDays=7 will lead to /StartDateUtc=24th of October (minus seven days).

Default=30

/StartDateUtc

Specify a date or datetime (UTC).

See also

> .\bc COMP GET /q .\Query\qSince.json /TimeSpanDays=7

The result is an empty Components directory because there was no component modified in the past 7 days!

Last updated