We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLA takes a timeframe and group of buckets like 5,10,15 seconds
SLA = https://<domain>/operations/api/account/{accountID}/sla?timeframe=<timeframe in minutes>&skillIds=<skillIDs>&groupIds=<groupIds>&histogram=<histogram bucket list>&v=<version>
https://<domain>/operations/api/account/{accountID}/sla?timeframe=<timeframe in minutes>&skillIds=<skillIDs>&groupIds=<groupIds>&histogram=<histogram bucket list>&v=<version>
Current queue state just takes the skillIds and gives the current queue at that exact moment
Current Queue = https://<domain>/operations/api/account/{accountID}/queuestate?skillIds=<ski llIDs>&v=<version>
https://<domain>/operations/api/account/{accountID}/queuestate?skillIds=<ski llIDs>&v=<version>
I think each of these should be methods that are separate from the real_time API call.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SLA takes a timeframe and group of buckets like 5,10,15 seconds
SLA =
https://<domain>/operations/api/account/{accountID}/sla?timeframe=<timeframe in minutes>&skillIds=<skillIDs>&groupIds=<groupIds>&histogram=<histogram bucket list>&v=<version>
Current queue state just takes the skillIds and gives the current queue at that exact moment
Current Queue =
https://<domain>/operations/api/account/{accountID}/queuestate?skillIds=<ski llIDs>&v=<version>
I think each of these should be methods that are separate from the real_time API call.
The text was updated successfully, but these errors were encountered: