Re: How to get the list of user views by the api

2016-01-20 Thread Victor Martinez
You can raise a Jira ticket and ask about that feature since it might not be developed yet. and if you somehow need that feature in place as long as you raise a jira ticket it would be easy to track it. Cheers On Thursday, 14 January 2016 12:56:39 UTC, Yohann Perraud wrote: > > Thanks. > > I

Re: How to get the list of user views by the api

2016-01-14 Thread Yohann Perraud
Thanks. I don't understand why this *user* informations are not actually exposed on the /*user* api. So, I create a new UserProperty called UserViewsProperty (source code in attachment) and integrate it in a plugin. This solution required me to create an empty config.jelly for the

How to get the list of user views by the api

2016-01-13 Thread Yohann Perraud
Hi, Is there a way to retrieve the list of view for a user via the Rest API ? I tried /user//my-views/api/json, /user/picadmin/api/json with differents depth but it never return his views. I googled it and I 've found nothing. Thanks in advance. Yohann. -- You received this message

Re: How to get the list of user views by the api

2016-01-13 Thread Daniel Beck
These are not exposed via the API. The MyViewsProperty is one of the empty {} in 'property'. On 13.01.2016, at 15:52, Yohann Perraud wrote: > Hi, > > Is there a way to retrieve the list of view for a user via the Rest API ? > > I tried /user//my-views/api/json,