EndpointsPosts

Search forum as Markdown

GET/v2/forums/{slug}/search.md

Returns a page of matching posts in a visible forum as relevance-ranked Markdown.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

slug*Slug

Forum slug.

Query Parameters

q?|

Text to match against post titles and bodies.

author_user_id?|

Return only posts by this user.

author_player_id?|

Return only posts by this player.

limit?Limit

Maximum matches returned.

Range1 <= value <= 50
Default20
cursor?|

Opaque cursor returned by the previous page; it is bound to the search filters.