Project

General

Profile

Atom key(rss key) doesn't have api endpoint

Added by Karthick Raji 14 days ago

I've integrated the redmine api with my app. My requirement is that I want to fetch the recent activities of project via redmine API request. I need a rss key to fetch activities but there is no api endpoint. Is there any alternative way to do it?


Replies (2)

RE: Atom key(rss key) doesn't have api endpoint - Added by David redminePRO 13 days ago

You will be able to generate the Atom key from /my/account

The RSS atom feed is available via /issues.atom?key=ID or /projects.atom?key=ID

David - https://redminepro.com/

RE: Atom key(rss key) doesn't have api endpoint - Added by Karthick Raji 13 days ago

Hi David,

Thanks for the response. The atom key has been generated already and it is available in DB but I don't have an option to get it from API. Even I've explored the redmine api doc as well as redmine code base. The information is not available for it. The api endpoint is available only to reset the atom key. I want to fetch an atom key from api and use it on activity api request.

The RSS atom feed is available via /issues.atom?key=ID or /projects.atom?key=ID - Here, I don't know the key then how to call the request

    (1-2/2)