It's all about the answers!

Ask a question

OSLC API to get RM artifact type


TOMI MOOLAN SOURU (133) | asked Jul 20 '23, 12:05 p.m.

 We would like to update artifact type though OSLC APIs. We found some JavaScript API in the docs(https://jazz.net/wiki/bin/view/Main/RMExtensions405API#RM_ArtifactAttributes). Is there any OSLC method available to fetch artifact types and update the artifacts?

2 answers



permanent link
David Honey (1.8k17) | answered Jul 20 '23, 12:27 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

No. I do not see any OSLC Creation Factories or Query Capabilities for managing the DN type system.


permanent link
Sophie Mutch (11) | answered Sep 12 '23, 6:19 a.m.
We would like to update artifact type though OSLC APIs. We found some JavaScript API in the docs(https://jazz.net/wiki/bin/view/Main/RMExtensions405API#RM_ArtifactAttributes territorial io). Is there any OSLC method available to fetch artifact types and update the artifacts?


Hello, I think to fetch artifact types using OSLC APIs, you should make a GET request to the appropriate endpoint provided by the OSLC service provider. The exact endpoint and the process for fetching artifact types can vary depending on the specific OSLC provider and the service you are working with. Typically, you will need to authenticate with the OSLC service provider and include any required headers or parameters in your request. The response should contain the relevant information about the artifact types, such as their names, properties, and relationships. You can then parse the response to obtain the artifact type information.

Comments
David Honey commented Sep 12 '23, 6:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Since there are no OSLC query capabilities for DOORS Next type system resources, you cannot discover the URI of resources you might want to update. Which means you cannot perform a GET+PUT to update it unless you already know the URI. So I don't think there is a public REST API for this, OSLC or otherwise.

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.