Portfolio Status API

Hi.

Is there a way to get Portfolio Updates with REST API?

Hi @anon56354506 and welcome to the forum!

Not directly. There is an events-based capability in the Asana API, but according to the docs (I haven’t tried it myself) changes to Portfolios aren’t available as one of the events you can subscribe to.

You can get a list of your Portfolios, and can get the data for a Portfolio, so the data is there for retrieval; you’d just have to poll periodically and check to see if anything has changed (which of course also means keeping a copy of the last data you saw in some data store on your end so as to be able to know what changed).

Could I please request Portfolio Updates (the text entries that appear in the “Progress” tab for a Portfolio) retrieval be added to the API? It’s super inconvenient that something as prominent in the UI can’t be extracted via the API.