Get a list of threads
Get a list of threads.
Query parameters
Filters to only threads with the specified prefix.
Filters to only threads started by the specified user ID.
Filters to threads that have had a reply in the last X days.
Filters to unread threads only. Ignored for guests.
Filters to threads of the specified thread type.
Method of ordering: last_post_date, post_date. When in a specific forum context: title, reply_count, view_count, vote_score, first_post_reaction_score.
Either "asc" or "desc" for ascending or descending. Applies only if an order is provided.
Response
OK
Changes
Changed in 2 of the 7 revisions of this API.2913
- ▲
the
paginationresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ○
api operation id
get_threads_removed and replaced withgetThreadsapi-operation-id-removed
- ○
the endpoint scheme security
XF-Api-Keywas added to the APIapi-security-added
- ○
the endpoint scheme security
XF-OAuth2was added to the APIapi-security-added
- ○
added the new optional
headerrequest parameterXF-Api-Userto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
queryrequest parameterapi_bypass_permissionsto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the optional property
pagination/current_pageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pagination/last_pageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pagination/per_pageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pagination/shownto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pagination/totalto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
paginationresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ●
the optional response header
XF-Latest-Api-Versionremoved for the status200optional-response-header-removed
- ●
the optional response header
XF-Request-Userremoved for the status200optional-response-header-removed
- ●
the optional response header
XF-Request-User-Extrasremoved for the status200optional-response-header-removed
- ●
the optional response header
XF-Used-Api-Versionremoved for the status200optional-response-header-removed
- ●
removed the optional property
pagination/current_pagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagination/last_pagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagination/per_pagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagination/shownfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pagination/totalfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
getThreadsremoved and replaced withget_threads_api-operation-id-removed
- ○
the endpoint scheme security
XF-Api-Keywas removed from the APIapi-security-removed
- ○
the endpoint scheme security
XF-OAuth2was removed from the APIapi-security-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲