I am trying to use the Get Team Listing (api/v2/teams) api call, and when attempting to create a new instance of TeamsApi, it is not being found. Has it completely depreciated and was never documented at all?
As far as I know it's never been released and hasn't even made it to preview yet.
It was probably unintentionally allowed to flow into the SDK prematurely.
It's not even in the roadmap until next year;
@Bermxn You can find the documentation for the /api/v2/teams endpoints in API Explorer in the Teams category: https://developer.genesys.cloud/devapps/api-explorer. What are you trying to accomplish?
@Eos_Rios I don't actually know what these resources do, but it seems suspect that they would be related to that WFM Work Teams feature since it's a good long ways off from release. WFM APIs should exist under the path /api/v2/workforcemanagement/*.
Ah, it came out in July and I completely missed it because it's hidden under it's own permission set I didn't know know to ask for. Sneaky.
Didn't even realize the WFM one was a third flavor of Teams.
For clarity - while some WFM routes work with Work Teams (Namely: scheduling and real time and historical adherence), the Work Teams feature itself is not a WFM feature but rather a broader platform feature.
I have seen the doc for Teams Api. I am trying to pull all the available teams names and store them into a local list. When I try to make a apiInstance, var apiInstance = new TeamsApi();
, I am getting this error...
The type or namespace name 'TeamsApi' could not be found (are you missing a using directive or an assembly reference?
Your version of the SDK is out of date or you're missing an import statement. You didn't say which one you're using, but here's evidence it exists in the Java SDK:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.