What is Parameter filter_type for SOAP Req?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
saayid
Posts: 20
Joined: 04 Nov 2013, 12:04

What is Parameter filter_type for SOAP Req?

Post by saayid »

I have been exploring the Operation's in the Mantis WSDL file and i have a query regarding one of the Operation's.

When making the Request mc_project_get_issues_for_user what is it that i should be passing for filter_type ? I am a bit confused about this parameter.

Any pointers on the same would be really helpful

Currently checking a Test Install of Mantis 1.2.19

Version: 1.2.19
OS: Win10
XAMPP for Windows(Apache 2.4.26, MariaDB 10.1.25, PHP 5.6.31)
Saayid Rahim
Systems Analyst
Quality Assurance Group
Qatar Fertiliser Company, Mesaieed

Mantis BT Ver 1.2.19, Windows 2012 R2
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: What is Parameter filter_type for SOAP Req?

Post by atrol »

Found this in source

Code: Select all

 * @param string  $p_filter_type The name of the filter to apply
 *                               "assigned" - target user specified - issues assigned to target user that are not resolved.
 *                               "assigned" - target user 0 - unassigned issues that are not resolved.
 *                               "reported" - target user specified - issues reported by user.
 *                               "reported" - target user 0 - will throw.
 *                               "monitored" - target user specified - issues monitored by user.
 *                               "monitored" - target user 0 - issues not monitored.
Please use Search before posting and read the Manual
Post Reply