Deleted Links in API RPT
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.
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
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?
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?