Starring and subscribing is made available in the API (i.e. http://www.activecollab.com/docs/manuals/developers/api/common-operations#star). But is there a way to return if something is starred? In other words, I'd like to show if an object is starred or not when loading all tasks, projects, etc. I didn't see a place for this but I might have missed it.
Same goes for subscriptions. Is there a way to show who's subscribed to an object?
Regarding my suggestion above:
It's possible to get the RSS feed (with the token passed) of all latest activity. So I guess that functionality is already there eh?
How about this question: "Starring and subscribing is made available in the API". But is there a way to return if something is starred? In other words, I'd like to show if an object is starred or not when loading all tasks, projects, etc. I didn't see a place for this but I might have missed it.
Ilija,
After looking through the API very briefly... To add further subscription and starring functionality, or any other functionality to the api could most easliy be accomplished by creating a module... Becasue as it appears.. every module could be directly accessed through the api.. is this correct?
Yes, you can add methods that are accessible through API by writing a custom module. Please check existing controllers (TicketsController in tickets module for example) to see how API calls are handled.
Same goes for subscriptions. Is there a way to show who's subscribed to an object?