Team
A Team consists of groups of users performing a VAS activity collectively. The following APIs can be used to get relevant Team information from WFM.
URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/team/{id}
Fetch paginated results:
GET .../lgfapi/v10/entity/team/
Fetch non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/team/{id}