Rest API call to get the latest change feed for a project ?
I need to get the list of changes done in corresponding project areas.
Approaches I tried :
Tried the following query url :
https://clm.ahtm.com/ccm/_1mubod_6EeGeB4Mloild0w/query ? http://www.w3.org/1999/02/22-rdf-syntax-ns%23about=/ccm/_1mubod_6EeGeB4Mloild0w/change-events/*
The bolded text in url is project Area Id. which I got from 'https://clm.ahtm.com/ccm/process/project-areas'
I am getting 404 error.
I learnt this url from Change events api.
Is this the only way to get recent changes feed. or is there any other way to get feeds.Can you list the possible ways to achieve the same with clear details as I am new to this API.
I heard of one more thing Foundation Notifier.can we get the latest changes feed using this also ?
Thanks in advance..
|
One answer
Hello,
I don't know for sure, but looking at the wiki page, it looks like you are missing "projects" in your URL: https://clm.ahtm.com/ccm/_1mubod_6EeGeB4Mloild0w/query ? http://www.w3.org/1999/02/22-rdf-syntax-ns%23about=/ccm/_1mubod_6EeGeB4Mloild0w/change-events/* https://clm.ahtm.com/ccm/projects/_1mubod_6EeGeB4Mloild0w/query ? http://www.w3.org/1999/02/22-rdf-syntax-ns%23about=/ccm/projects/_1mubod_6EeGeB4Mloild0w/change-events/* I hope that helps. Ruby Martha (Ruby) Andrews Team Lead, Jazz Foundation L3 Development |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.