Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.31 KB

File metadata and controls

10 lines (7 loc) · 2.31 KB

GetQuotesQuery

Fields

Field Type Required Description Example
tweetId string ✔️ The ID of the tweet to get quote tweets for.
count int ✔️ Number of quote tweets to return (minimum 10, maximum 5000). 100
sortBy ?Components\GetQuotesQuerySortBy Sort order for quote tweets. Latest for chronological order or Top for ranked results.