Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error thrown during ?oslc.where=dcterms:type="Task" get call

 Sir,

I have tried to do REST API call and get list of Task from specific project and I use below query to retrieve RTC Tasks.

https://localhost:9443/ccm/oslc/contexts/_KblvkHxzEeWxd5fvakHMAg/workitems?oslc.where=dcterms:type="Task"&oslc.select=dcterms:identifier,dcterms:type,dcterms:modified

But  following error thrown.

<oslc:Error rdf:about="#n0">
        <oslc:message>Unknown attribute id: [http://purl.org/dc/terms/type]</oslc:message>
        <oslc:statusCode>400</oslc:statusCode>
    </oslc:Error>

During the resource of this issue I found following question and answer.



Is this issue resolved? I am using RTC 5.0.2 version.

Thanks in Advance.

Debasish



0 votes


Accepted answer

Permanent link
I can see the same issue. Probably use <rtc_cm:type> instead.
deb pro selected this answer as the correct answer

0 votes

Comments

 thanks this is worked for me....

https://localhost:9443/ccm/oslc/contexts/_KblvkHxzEeWxd5fvakHMAg/workitems?oslc.where=rtc_cm:type=<"task id">&oslc.select=dcterms:identifier,dcterms:type,dcterms:modified

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Nov 17 '15, 11:24 p.m.

Question was seen: 1,788 times

Last updated: Nov 29 '15, 5:13 a.m.

Confirmation Cancel Confirm