CoreBOSBB

Full Version: Webservices : missing methods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

starting to play with webservices to create an independant interface 
so far , i was able to create the list view with columns labels, and related to names
but i had to check field by field 

i'm trying to duplicate the listview windows and notice methods missing

- how to get the list of all filters of a modules
- how to get the details of a filter : list of columns, conditions block
- how to get the query 

it's like rewriting the Customview.php file

what suggestions/ ideas ?

Rgds
There is only support for the default filter of the connected user in each module via the GetFilterFields method:

https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/320_GetFilterFields.php

From the list of fields you have to setup the query.
The conditions of the filter are not sent, this is supposed to be simply a way for the administrator to define which fields he wants to see in the webservice view, all other conditions must be manged in the client.