github.com/grokify/go-ringcentral-client@v0.3.31/codegen/specs-engagevoice_v3.0.0/README.md (about) 1 # Engage Voice API Spec 2 3 ## Known Issues 4 5 `GET /admin/accounts/{accountId}/campaigns/{campaignId}/leadLoader/direct` 6 7 * `auxData1` should be `oneOf` but OpenAPI Generator does not support OneOf. It generates a `Oneoflongstring` which isn't defined in `models_leads.go`. Workaround is to support `string` only. 8 9 `POST /admin/accounts/{accountId}/campaigns/{campaignId}/leadLoader/direct` 10 11 * `dncTags` isn't defined in `LeadsLoader` schema right now because no definition is available. 12 13 ### Campaign Object 14 15 * `customDialZoneGroup` in response is not included. In test data, it is `null`. 16 * `quotaGroup` in response is not included. In test data, it is `null`. 17 18 This is used in GetDialGroupCampaigns API.