Forum Discussion
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
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
- AdamN12 years agoKhoros Oracle
If the id for your idea exchange is "2", then your REST API call would look something like this:
http://forums.autodesk.com/restapi/vc/boards/id/2/message_statuses/available
I don't have an account there with proper permissions to make that call, but I'd suggest giving that a try and see if it works for you.
Related Content
- 11 years ago