Activities
latest
false
Banner background image
Integration Service Activities
Last updated Apr 23, 2024

List All User Tweets

UiPath.Twitter.IntegrationService.Activities.ListAllUserTweets

Uses the GET /2/users/:id/tweets API to list all the tweets of a user in X.

In the body of the activity

  • User ID - The ID of the authenticated user.
  • Start Time - The oldest or earliest UTC timestamp from which the tweets are provided. Only the 3200 most recent tweets are available.

    The format should be YYYY-MM-DDTHH:mm:ssZ.
  • End Time - The newest or most recent UTC timestamp from which the tweets are provided. Only the 3200 most recent tweets are available.

    The format should be YYYY-MM-DDTHH:mm:ssZ.
  • Exclude - Comma-separated list of the types of tweets to be excluded.

    For example: retweets, etc.
  • Since ID - Returns results with a tweet ID greater than (that is, more recent than) the specified 'since' tweet ID. Only the 3200 most recent tweets are available.
  • Until ID - Returns results with a tweet ID less less than (that is, older than) the specified 'until' tweet ID. Only the 3200 most recent tweets are available.
  • User Tweets - The output list of user tweet objects.

Properties

Common
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
  • ResponseStatus - The status of the request (success/failure information). Enter a ResponseStatus variable (UiPath.BAF.Models.ResponseStatus). The ResponseStatus object includes three properties that you can use in other activities.
    • Success - Boolean - Specifies whether the API request was successful.
    • ErrorCode - String - The response error if the API request is unsuccessful (Success=False).
    • Message - String - The error message.
  • In the body of the activity
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.