What are the required parameters for requirementsChangedSince endpoint in RRC OSLC API?
August 27, 2012
RRC 4.0 OSLC API
Are there more required parameters, or am I using the wrong date format?
Thanks,
-Rob
|
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 ) &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 Robert Elves selected this answer as the correct answer
|
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
|
Hi,
Instead of: &oslc.where=dcterms:modified>="2013-07-09T11:51:20.417Z"%5E%5Exsd%3AdateTime"
try : &oslc.where=dcterms:modified>="2013-07-09T11:51:20.417Z"%5E%5Exsd%3AdateTime
|
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.