Forum Discussion

guays's avatar
guays
Helper
12 years ago

Modifying pre-existing components

Hi,

 

I have to do some modifications on the Ideas Status component. So I need to know if there is a way to find the code so I can recreate it as a custom component.

 

Basically I need to REST API call that was used to create the list on the attached image.

 

Thanks in advance,

Seb


screen_status.png

3 Replies

  • VenkS's avatar
    VenkS
    Lithium Alumni (Retired)
    12 years ago

    You could use the following rest call:

     

    /boards/id/{idea_name}/message_statuses/available

     

    to get the available list of statuses for your idea exchange. You can then get the count for each status by using:

     

    threads/for/message_statuses/key/{status_key}/count

  • guays's avatar
    guays
    Helper
    12 years ago

    Thank you Venks, sorry for my late answer, I had some problem with my Lithium login.

     

    I'm still having difficulties to build a good rest api call. It never seems to work when I make them.

     

    So if I need to know the different statuses on this board:

    http://forums.autodesk.com/t5/Autodesk-Vault-IdeaStation/idb-p/2

     

    How do I need to modify it? looks like adding /message_statuses/available at the end doesn't work.

     

    Thank you,

    Seb