Skip to content

Thread

Thread query

Thread(
id: Int
userId: Int
replyUserId: Int
subscribed: Boolean
categoryId: Int
mediaCategoryId: Int
search: String
id_in: [Int]
sort: [ThreadSort]
): Thread

Filter by the thread id

Filter by the user id of the thread’s creator

Filter by the user id of the last user to comment on the thread

Filter by if the currently authenticated user’s subscribed threads

Filter by thread category id

Filter by thread media id category

Filter by search query

Filter by the thread id (max 10,000 items)

The order the results will be returned in

Forum Thread