...
The image above shows the position of search option at the member list page.
3.8 REST Calls
3.8.1 Team URLs
url | description |
---|---|
GET /ws/rest/v1/teammodule/team/{uuid} | Fetch the team that matches the uuid |
3.8.2 Representation
GET full |
---|
display teamId teamIdentifier teamName uuid dateCreated location memberCount resourceVersion |
3.8.3 Member URLs
url | description |
---|---|
GET /ws/rest/v1/teammodule/member/{uuid} | Fetch the member that matches the uuid |
3.8.4 Representation
GET full |
---|
teamMemberId identifier isTeamLead person uuid location team resourceVersion |
3.8.5 TeamLead URLs
url | description |
---|---|
GET /ws/rest/v1/teammodule/lead/{uuid} | Fetch the team lead that matches the uuid |
3.8.6 Representation
GET full |
---|
teamLeadId team teamMember uuid resourceVersion |