What are the required parameters for requirementsChangedSince endpoint in RRC OSLC API?
Accepted answer
Hi,
It may be better to use the OSLC query capability with following parameters:
Sample: Query for all artifacts modified at or later than 08/01/2012 at 21:50:40.979 ( it must specify the date format : ^^xsd:dateTime )
It may be better to use the OSLC query capability with following parameters:
Sample: Query for all artifacts modified at or later than 08/01/2012 at 21:50:40.979 ( it must specify the date format : ^^xsd:dateTime )
&oslc.prefix=dcterms=<http://purl.org/dc/terms/>,oslc_rm=<http://open-services.net/ns/rm%23>&oslc.select=dcterms:title,dcterms:modified&oslc.where=dcterms:modified>="2012-08-01T21:51:40.979Z"%5E%5Exsd%3AdateTime
2 other answers
I tried the below query to get all artifacts modified after a certain date but i am getting request timed out message:-
"https://xyz.com/rm/views?oslc.query=true&projectURL=https%3A%2F%2Fxyz.com%2Fjts%2Fprocess%2Fproject-areas%2F_AMNOYO6_EeKXkoM7Um_54A&oslc.prefix=dcterms=<http://purl.org/dc/terms/>,oslc_rm=<http://open-services.net/ns/rm%23>&oslc.select=dcterms:title,dcterms:modified&oslc.where=dcterms:modified>="2013-07-09T11:51:20.417Z"%5E%5Exsd%3AdateTime"
Please let me know what mistake i am doing.
Thanks,
Sanitha