Query wrappedResources for Image Files
magnus Elfving (34●8)
| asked Nov 01 '21, 10:03 a.m.
edited Nov 01 '21, 11:41 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi
I have noted when checking "primaryText" in artefacts containing figures, that the html-code refers to the actual image- file through a resource called "wrappedResources", see below.
<p dir="ltr" id="_1635758558556"><img alt="Embedded image" id="_1635758544695" src="https://x.x.x.x/rm/wrappedResources/_IuN1UYDaEeuc2f2NAwVSqg?accept=none&private"></img></p>
Is it possible to query (via OSLC REST API) this resource for contents, and also, to post contents (image files) to this resource ?
Kind Regards
|
Be the first one to answer this question!
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.
Comments
Take a look at this question - https://jazz.net/forum/questions/273866/how-to-create-a-oslc-query-to-download-a-artifact-of-type-document-in-dng with Ian mentions - "You can query for these by using oslc.where=rdm_types:ArtifactFormat=jazz:rm:WrapperResource perhaps with additional conditions to limit the results"