cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Windchill API for Team Roles

MarcoTeixeira
10-Marble

Windchill API for Team Roles

Good afternoon.

I am trying to get the team roles from the product, in order to check what member is the approver.

I am using this WindChill API: /Windchill/netmarkets/jsp/restapi/.

In this API I have a method inside the search section called /search/objects.

In this method I pass the type of my search (wt.inf.team.ContainerTeam), filtered by team name (name eq 'Product Type - Product') and then I want to select all the attributes but I don't know how. I didn't find any documentation about the object wt.inf.team.ContainerTeam so in this way I can't see who is the approver. 

I try to $select the field 'Members' and it worked. I get the members but i can't distinguish who is the approver.

So, anyone knows how to:

1 - $select all attributes

2 - Get the user that is the approver of the product with the WindChill API's.

 

Many thanks. 

0 REPLIES 0
Top Tags