annict.api.API.following_activities

API.following_activities(fields=None, filter_actions=None, filter_muted=None, page=None, per_page=None, sort_id=None)[source]

Get the activity of the user you are following.

Reference:

https://docs.annict.com/ja/api/v1/me-following-activities.html

Parameters:
  • fields (list of str) – (optional) Narrow down the fields of data contained in the response body.
  • filter_actions (str) – (optional) Filter results by action (create_record|create_multiple_records|create_status).
  • filter_muted (bool) – (optional) Specify whether to exclude muted users with the mute function. You can exclude with True and not exclude with False. The default is True (exclude).
  • page (int) – (optional) Specify the number of pages.
  • per_page (int) – (optional) Specify how many items to acquire per page.
  • sort_id (str) – (optional) Sort the results by their ID. You can specify asc or desc.
Returns:

list of Activity objects.

Return type:

annict.models.ResultSet