מדריך להתייחסות לדוחות בלוח הבקרה של המנהל

Hi @EricGT,

The Consolidated API Requests report has been added to this topic, and information about the SQL for this report can be found here: Dashboard Report - Consolidated API Requests

To answer your question:

Regular API requests (req_type = 11): These are API calls made to the system that don’t require user authentication. They include public API endpoints, system integrations, or third party services accessing public data.

Some examples of Regular API requests would include:

  • Public topic listing - Retrieving a list of public topics using /latest.json or /categories.json
  • Reading public posts - Getting content from public posts with /t/{topic_id}.json
  • Search queries on public content - /search.json?q={search_term}
  • RSS feeds - Accessing public RSS feeds from categories or topics
  • Site information - Getting basic site statistics via /site.json
  • Public user profiles - Viewing public user information with /users/{username}.json
  • Tag listings - Retrieving public tag information with /tags.json

User API requests (req_type = 12): These are API calls made with user authentication, typically representing actions performed on behalf of specific users and require the user of an API key.

Some examples of User API requests would include:

  • Creating content - Posting new topics or replies using POST to /posts.json
  • User management - Adding, updating, or suspending users with /admin/users/
  • Private messaging - Accessing or sending private messages
  • User-specific actions - Liking posts, following users, or bookmarking content
  • Administrative functions - Changing site settings, managing categories
  • Group management - Adding or removing users from groups
  • User preferences - Updating a user’s preferences or profile information
  • Badge assignments - Granting badges to users
לייק 1