SearchFromDate
The connector only retrieves tweets that were published after the specified date.
Specify the date in UTC time using one of the following formats:
- A date in the format
YYYY-SHORTMONTH-DD H+:N+:S+
, for example2021-Mar-23 15:24:00
. - A date in epoch seconds, for example
1616508998
.
This parameter applies to the Twitter V2 API (used when you set the ApiVersion parameter to V2
) and the V1 Premium API (used when you set the PremiumProduct and PremiumLabel parameters). This parameter does not apply to the V1 Standard API.
Type: | Date |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | SearchFromDate=2021-Mar-23 15:24:00
|
See Also: | SearchToDate |