Get the feed for the current user activity activity.
GET /feeds/users/@me
GET
/feeds/users/@me
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” cursor
string
The cursor to start feeding the activity of the board from.
Examples
The feed for the gore board.
The feed for a board with a cursor.
eyJsYXN0X2FjdGl2aXR5X2N1cnNvciI6IjIwMjAtMDQtMTVUMDU6NDI6MDAuMDAwMDAwIiwicGFnZV9zaXplIjoxMH0= showRead
boolean
Whether to show read threads.
ownOnly
boolean
Whether to only show threads started by the user.
realmId
string
The realm id to filter by.
Responses
Section titled “ Responses ”The board 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 board was not found.