Getting All Issues by Rest Api

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
shanthini.g
Posts: 44
Joined: 31 May 2017, 12:45

Getting All Issues by Rest Api

Post by shanthini.g »

when we try to get All issues using Rest Api it takes more time than expected .The accepted parameters for api are only 'page_size' and 'page' . Is there any more possibilities to filter the response body by using 'Summary' as parameter ? It Would be helpful for time saving and querying .Thanks in Advance
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Getting All Issues by Rest Api

Post by atrol »

Filtering by Summary is not possible.
You can filter by project_id or filter_id
Please use Search before posting and read the Manual
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Getting All Issues by Rest Api

Post by vboctor »

For reference, project_id and filter_id fields are also supported.
Migrate your MantisBT to the MantisHub Cloud
gpardi
Posts: 1
Joined: 14 Dec 2020, 12:22

Re: Getting All Issues by Rest Api

Post by gpardi »

Would be nice to have date filter (submitted and updated). It's important to get previous month or last week issues.... for example.
Post Reply