Forums Mingle API

List of views#602

Subscribe to List of views 4 post(s), 2 voice(s)

 
Avatar Gavin 19 post(s) #1518

Folks,

I’m developing an add on tool for Mingle that supports drag and drop prioritizing of cards.

The tool is written using Flex and is currently running as an AIR application.

I’d really like to be able to access the list of valid views that have been created for a project, since I’d like to present them in a drop down box in my tool. This would allow the user to pick a pre-defined set of cards that they want to work with. At the moment my work around is that the user can type the name of a view into a text box, but this is quite error prone :-(

Thanks,
Gavin

 
Avatar LiXiao Administrator 21 post(s) #1562

The new api for getting all favorites would be available in comming release 2.0.1.
You can get all favorite views and tabs.
The format would be looked like the following example:

  <favorite>
    <favorited_type>CardListView</favorited_type>
    <id type="integer">103</id>
    <project_id type="integer">12</project_id>
    <tab_view type="boolean">false</tab_view>
    <name>2.0 Tasks</name>
  </favorite>
 
Avatar Gavin 19 post(s) #1882

Great – that’s just what I was looking for. Did this make it into 2.01? I can’t see it in the help, but I might just be missing it…

 
Avatar LiXiao Administrator 21 post(s) #1883

Hi Gavin,

The document is missed. We’ll add them ASAP. Thank you.

Forums Mingle API