Search threads in a specific forum
GET
/api/search/regions/{regionId}/forum
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
regionId*
Typestring
RequiredPattern
"[1-9][0-9]*"Query Parameters
q*
Typestring
RequiredPattern
"/^.+$/"searchBody
Typeboolean
subforumId
Typeinteger
Minimum
0Responses
Success
application/json
JSON
[
{
"id": 1,
"name": "Name",
"searchString": "Münster;meunster",
"lastPostSentAt": "string",
"pinnedLevel": 1,
"isClosed": true,
"isInsideAmbassadorForum": true,
"postId": 42,
"regionId": 0,
"regionName": "Münster",
"body": "This is the body of the thread",
"relevance": 0.85
}
]