◆ GetCompanyTeamsAync()
async Task<Response<List<Team> > > MoxiWorks.Platform.TeamService.GetCompanyTeamsAync |
( |
string |
moxiWorksCompanyId | ) |
|
◆ GetTeamAsync()
async Task<Response<Team> > MoxiWorks.Platform.TeamService.GetTeamAsync |
( |
string |
moxiWorksTeamId, |
|
|
string |
moxiWorksCompanyId |
|
) |
| |
Get a Team in a company.
- Parameters
-
moxiWorksTeamId | A valid Moxi Works Team ID. Use Team Index Endpoint for a list of all Team objects associated with a Company or use the moxi_works_team_id attribute returned in an Agent response. |
moxiWorksCompanyId | A valid Moxi Works Company ID. Use Company Endpoint to determine what moxi_works_company_id you can use. /param> - Returns
- Returns the team in the compang if it exists.
|
Implements MoxiWorks.Platform.Interfaces.ITeamService.
The documentation for this class was generated from the following file: