EndpointsWikis

Search wiki as Markdown

GET/v2/wikis/{wiki_slug}/search.md

Returns a page of matching current pages in a visible wiki as relevance-ranked Markdown.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

wiki_slug*Wiki Slug

Wiki slug.

Query Parameters

q?|

Text to match against page titles and current bodies.

author_user_id?|

Return only pages whose current revision is by this user.

author_player_id?|

Return only pages whose current revision is 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.