User mention timeline by User ID
GET
/2/users/{id}/mentionsReturns Tweet objects that mention username associated to the provided User ID
Request
The ID of the User to list mentions of
The minimum Tweet ID to be included in the result set. This parameter takes precedence over start_time if both are specified.
The maximum Tweet ID to be included in the result set. This parameter takes precedence over end_time if both are specified.
The maximum number of results
This parameter is used to get the next 'page' of results.
YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Tweets will be provided. The since_id parameter takes precedence if it is also specified.
YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Tweets will be provided. The until_id parameter takes precedence if it is also specified.
A comma separated list of fields to expand.
A comma separated list of Tweet fields to display.
A comma separated list of User fields to display.
A comma separated list of Media fields to display.
A comma separated list of Place fields to display.
A comma separated list of Poll fields to display.