Timeline

When Timeline is selected as the query type, the input for the activity differs from User Timeline and Home Timeline.

Check the input for the activity corresponding to the following timeline:

User Timeline

When User Timeline is selected from the Timeline field in the General tab, the input for the activity is as follows.

Note: When the user ID and the screen name do not match, the user ID is used. That is, the plug-in queries from the user that user ID points to, when user ID conflicts with the user name.
Input Item Data Type Description
userId long The ID of the user for whom to return results for.
screenName string The screen name of the user for whom to return results for.
count integer Specifies the number of records to retrieve.

By default, 200 records are retrieved each time. The maximum number to retrieve is the maximum value of the integer type.

sinceId long An ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which are accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id is forced to the oldest ID available. See https://dev.twitter.com/rest/public/timelines for more information.
maxId long An ID less than (that is, older than) or equal to the specified ID.

See https://dev.twitter.com/rest/public/timelines for more information.

Home Timeline

When Home Timeline is selected from the Timeline field in the General tab, the input for the activity is as follows.

Input Item Data Type Description
count integer Specifies the number of records to retrieve.

By default, 200 records are retrieved each time. The maximum number to retrieve is the maximum value of the integer type.

sinceId long An ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which are accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id is forced to the oldest ID available. See https://dev.twitter.com/docs/working-with-timelines for more information.
maxId long An ID less than (that is, older than) or equal to the specified ID.

See https://dev.twitter.com/docs/working-with-timelines for more information.