github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/examples/get_simple/README.md (about)

     1  # Engage Voice Go Client - Getting Started
     2  
     3  ## Call the `countries` API to get a list of available Countries
     4  
     5  ```
     6  $ main.go -e .env -o country
     7  ```
     8  
     9  ## Call the `agentgroup` API to get a list of Agent Groups
    10  
    11  ```
    12  $ main.go -e .env -o agentgroup
    13  ```
    14  
    15  This will return a list of agentGroupIds.
    16  
    17  ## Call the `agent` API to get a list of Agents for an Agent Group
    18  
    19  ```
    20  $ main.go -e .env -o agent -i <agentGroupId>
    21  ```
    22  
    23  This will return a list of agents.