Post

4 followers Follow
0
Avatar

Call Clarizen API into c# visual studio and show project widgets

I need to call clarizen API into visual studio in C# language and fetch project related data according to user and show on a page (like widgets). I am getting stuck here
Can Please suggest me process , how can get this data from apis?

Sachin Answered

Please sign in to leave a comment.

4 comments

0
Avatar

If you need an API starter, please read the API documentation. The developers resources page (http://www.clarizen.com/project-software-resources/for-developers.html) has some useful links to get you started. The documentation also contains basic samples.
Once you've connected to the (SOAP) API, you may use the GetWidgetUrlMessage to get a Clarizen project widget URL to embed. If, however you want to retrieve the projects information yourself, use the EntityQuery or WorkItemsQuery.
Also check this forum for more samples (like https://success.clarizen.com/hc/communities/public/questions/203993638-Query-on-project-type-field-in-c-).
If you have specific questions or issues we'll be happy to assist.
Hope this helps,
Ophir

Ophir Kenig 0 votes
Comment actions Permalink
0
Avatar

Ophir,
Thanks for reply..
Please have a look bellow link on my post,
https://success.clarizen.com/hc/communities/public/questions/204466377-Call-Clarizen-API-into-c-visual-studio-and-show-project-widgets?page=1#answer-206744017
I need to call api and what is the type of parameter i need to pass, just have a look attached screen shots, that exact data i want to access. can you help me out to call any api and get this URL ( https://app2.clarizen.com/Clarizen/Pages/TeamBoard/?WI=6.50343843329.23293957 ) return.
I am getting stuck here.
Thanks !!

Sachin 0 votes
Comment actions Permalink
0
Avatar

Ophir,

Sachim is looking to get the Team Board information using API - Is it even possible?

Bea Genthner 0 votes
Comment actions Permalink
0
Avatar

Hi Sachin,
The Team board is not available as an embeddable widget, as it is not a standard view.
You can retrieve the underlying information the Team board is based on, such as Resource links, hierarchy links and work items fields with the EntityQuery or WorkItemsQuery messages.

Hope this helps,
Ophir

Ophir Kenig 0 votes
Comment actions Permalink