Get latest activity on entire realm
  GET /feeds/realms/{realm_id}    
 GET
 /feeds/realms/{realm_id}
 Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” realm_id 
 required
   string
The external id of the realm to fetch the activity of.
Query Parameters
Section titled “Query Parameters ” cursor    
 string
The cursor to start feeding the activity of the board from.
Responses
Section titled “ Responses ”The realm’s activity.
object
 activity 
 required
   Array
object
 id 
 required
   string  format: uuid  
  parent_board_slug 
 required
   string
  parent_board_id 
 required
   string
  parent_realm_slug 
 required
   string
  parent_realm_id 
 required
   string
  starter 
 required
   The contribution that starts the thread.
object
 id 
 required
   string  format: uuid  
  parent_thread_id 
 required
   string  format: uuid  
  content 
 required
   string  format: quill-delta  
  created_at 
 required
   string  format: date-time  
  secret_identity 
  required
    user_identity 
  required
    new 
 required
   boolean
  own 
 required
   boolean
  friend 
 required
   boolean
  total_comments_amount 
 required
   number
  new_comments_amount 
 required
   number
  tags 
 required
   Types of tags associated to a contribution.
object
 whisper_tags 
 required
   Array<string>
  index_tags 
 required
   Array<string>
  category_tags 
 required
   Array<string>
  content_warnings 
 required
   Array<string>
  default_view 
 required
   string
  new 
 required
   Whether the thread is new. False when the user is logged out.
boolean
  muted 
 required
   Whether the thread is muted. False when the user is logged out.
boolean
  hidden 
 required
   Whether the thread is hidden. False when the user is logged out.
boolean
  starred 
 required
   Whether the thread is starred.
boolean
  new_posts_amount 
 required
   number
  new_comments_amount 
 required
   number
  total_comments_amount 
 required
   number
  total_posts_amount 
 required
   number
  direct_threads_amount 
 required
   number
  last_activity_at 
 required
   string  format: date-time  
 The realm was not found.