Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.94 KB

File metadata and controls

77 lines (45 loc) · 1.94 KB

\AgentsApi

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

GetAgentGroups

[]AgentGroup GetAgentGroups(ctx, accountId) Get Agent Groups

Returns a listing of agent groups for an account

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
accountId string

Return type

[]AgentGroup

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetAgents

[]Agent GetAgents(ctx, accountId, agentGroupId) Get Group Agents

Returns a listing of agents for an agent group

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
accountId string
agentGroupId string

Return type

[]Agent

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]