Parameters¶
Parameters are used by the connector calculation functions to filter collected Webex Contact Center data. Non-static parameters are collected by making a request to their respective API endpoints once per Parameter Values Refresh Interval configuration value or on-demand.
The connector has the following non-static parameters:
Agents
Queues
Reason Codes
Skills
SkillsEnumValues
SkillsTextValues
Teams
Request Details¶
Agents¶
API Endpoint: /organization/{organizationId}/v2/user
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
Queues¶
API Endpoint: /organization/{organizationId}/v2/contact-service-queue
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
Reason Codes¶
API Endpoint: /organization/{organizationId}/v2/auxiliary-code
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
Skills¶
API Endpoint: /organization/{organizationId}/v2/skill
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
SkillsEnumValues¶
API Endpoint: /organization/{organizationId}/v2/skill
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
SkillsTextValues¶
API Endpoint: /organization/{organizationId}/v2/skill-profile
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)
Teams¶
API Endpoint: /organization/{organizationId}/v2/team
HTTP Verb: GET
Number of Requests: 1 per 100 records (paging)