1228393702244134912
.
https://x.com/TwitterDev/status/1228393702244134912
In Postman, navigate to the “Params” tab and enter this ID, or a string of Post IDs separated by a comma, into the “Value” column of the ids parameter.
Key | Value |
---|---|
ids | 1228393702244134912,1227640996038684673,1199786642791452673 |
id
, text
, and edit_history_tweet_ids
.
For this exercise, we will request a three additional different sets of fields from different objects:
tweet.created_at field
in the primary user objects.id
, name
, and username
user.created_at field
in the associated user objects.key:value
pair to the “Query Params” table:
Key | Value | Returned fields |
---|---|---|
tweet.fields | created_at | tweets.created_at |
expansions | author_id | includes.users.id , includes.users.name , includes.users.username |
user.fields | created_at | includes.users.created_at |