All URIs are relative to https://portal.vacd.biz/api/v1
| Method | HTTP request | Description |
|---|---|---|
| GetAgentGroups | Get /admin/accounts/{accountId}/agentGroups | Get Agent Groups |
| GetAgents | Get /admin/accounts/{accountId}/agentGroups/{agentGroupId}/agents | Get Group Agents |
[]AgentGroup GetAgentGroups(ctx, accountId) Get Agent Groups
Returns a listing of agent groups for an account
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| accountId | string |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Agent GetAgents(ctx, accountId, agentGroupId) Get Group Agents
Returns a listing of agents for an agent group
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| accountId | string | ||
| agentGroupId | string |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]