WS 11 REST API missing features

Hi,

I'm checking the REST API of WS11.0, and there are some features that I cannot find:

- Vendor information: have not found how to list vendors, this property is also missing from the user objects

- cannot search users using filters (e.g. client/vendor/role)

Is there any plan to extend the API in an upcoming version?

 

Also, the documentation of searching for projects (projectGroups/search) seems to be incomplete, the example says:

BODY:

[
    {
        "field": "translatedProgress",
        "type": "PERCENTAGE",
        "criterion": {
            "max": "0.5"
        }
    },
    {
        "field": "name",
        "type": "TEXT",
        "criterion": {
            "value": "test"
        }
    }
]

but a these fields are not documented under "Query parameters". Is there any description about the possible fields/types/criterions? Especially, 

- can I search for projects by status?

- can I search for projects assigned to a specific user? (~ WSWorkflowManager.getAssignedProjectGroupsForUser() in WS 10)

 

Thanks,

Tamas