BetaSeries: timeline
betaseries_timelineRetrieve BetaSeries timeline events for friends, home, members, or shows. Use operations to get specific event details, friend feeds, or site updates by passing the required parameters.
Instructions
Call the BetaSeries "timeline" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-timeline-event [GET /timeline/event]: Display a particular event. Params: id (ID of the event)
get-timeline-feed [GET /timeline/feed]: Display the latest events of the friends of the identified member. Params: nbpp? (Number of events per page, maximum 100), page? (Page number (Optional, default 1)), types? (Types of events to return, separated by a comma (Optional))
get-timeline-friends [GET /timeline/friends]: Display the latest events of the friends of the identified member. Params: nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional)), self? (Include events of the identified member (Optional, default 0))
get-timeline-home [GET /timeline/home]: Display the latest events on the site. Params: nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional))
get-timeline-member [GET /timeline/member]: Display the latest events of the specified member. Params: id (ID of the member), nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional))
get-timeline-show [GET /timeline/show]: Display the latest events of the connected member about the specified show. Params: id? (ID of the series (Optional if thetvdb_id provided)), thetvdb_id? (ID of the series on TheTVDB (Optional if id provided)), nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional))
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |