It's all about the answers!

Ask a question

Deleted Links in API RPT


Ednilo Pinheiro (626) | asked Aug 01 '14, 8:35 a.m.
Is it possible to filter deleted links in API RPT by modified date or type of link?
For example, the query:
https://alm.serpro/ccm/rpt/repository/foundation?fields=foundation/deletedLink/(itemId)&size=100 (this query works)

I wanna the query like this one:
https://alm.serpro/ccm/rpt/repository/foundation?fields=foundation[ modified > '@date' and type of link = '@type']/deletedLink/(itemId)&size=100

Thanks.



One answer



permanent link
Andre Gusmao (802540) | answered Aug 07 '14, 4:24 p.m.
I don't think you will be able to do this using the REST API. If you check the schema for the resource foundation (https://alm.serpro/ccm/rpt/repository/foundation?metadata=schema) you will see that the only field exposed by com.ibm.team.repository.DeletedLink is itemId.
So I don't see how you can accomplish that using only the REST API. Maybe someone has another approach for this.
Any thoughts anyone?

Your answer


Register or to post 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.