/mcpXML Input/Output Format: — HTTP Request: 200: Success 401: Unauthorized 403: Forbidden 500: Internal Server Error HTTP Response: <ConfigInfo> <totalSkillGroups>5</totalSkillGroups> <totalSupervisors>11</totalSupervisors> <totalTeams>53</totalTeams> <totalUsers>48</totalUsers> <uri>/finesse/api/ConfigInfo</uri> <versionInfo>12.0.0.99200-263</versionInfo> </ConfigInfo> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: ConfigInfo API Parameters Notes Possible Values Description Type Parameter — — The total number of skill groups. Integer totalSkillGroups — — The total number of supervisors. Integer totalSupervisors — — The total number of teams. Integer totalTeams — — The total number of users. Integer totalUsers — — The URI to get a new copy of the ConfigInfo object. String uri — — The product version with the COP information. String versionInfo Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 211 Cisco Finesse Configuration APIs ConfigInfo API Parameters