Search found 1 match

by hjk321
17 Mar 2025, 16:11
Forum: General Discussion
Topic: Searching for keyword via REST API
Replies: 1
Views: 7365

Searching for keyword via REST API

I've built a simple program that integrates our MantisBT instance with a communication platform our team uses. I have a search function that is meant to return a list of up to 10 issues that match the keywords. This is possible from within the website, but seemingly not within the REST API.

My ...