how to access restapi using c# application ?
<style> <!-- / Font Definitions / @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:"Segoe UI"; panose-1:2 11 5 2 4 2 4 2 2 3;} / Style Definitions / p.MsoNormal, li.MsoNormal, div.MsoNormal {margin-top:0in; margin-right:0in; margin-bottom:8.0pt; margin-left:0in; line-height:107%; font-size:11.0pt; font-family:"Calibri",sans-serif;} .MsoChpDefault {font-family:"Calibri",sans-serif;} .MsoPapDefault {margin-bottom:8.0pt; line-height:107%;} / Page Definitions / @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --> </style> Hi, I created a trial version account in jazz.net. created a project and respective requirements using Jazz account UI . Later tried to find the Rest api's to access the information. But i didn't find them. Later Installed CLM in application server and created projects and requirements .Also found the REST API to access the information.API's working in browser and POSTMan but not in sample application.
can any one provide information regarding this.....
Thanks in advance. MD.Sajid |
One answer
The REST API you probably are looking for is the OSLC API, which is formally specified and supported. Below I added a link to a workshop document and resources for that API, and that should get you going, as it explains things like authentication (browser and Postman requests work as you are already authenticated through your browser) and how to navigate the data available in the application.
|
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.