Get List of Skills for Outbound General Configuration

HTTPS Method

GET

URI

https://<server>/adminapi/generalobconfig

Example URI

https://uccx-server/adminapi/generalobconfig

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

401, 405

Error Codes

Success Response

<?xml version="1.0" encoding="UTF-8"?>
 <generalobconfig xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"  
  xsi:noNamespaceSchemaLocation="../../../../main/resources/xsd/generalobconfig.xsd">
		<startTime>08:00</startTime>
		<endTime>21:00</endTime>		
		<callTimeout>10</callTimeout>
		<dialingPrefix>1</dialingPrefix>
		<longDistancePrefix>2</longDistancePrefix>
		<internationalPrefix>1</internationalPrefix>
		<localAreaCode>21</localAreaCode>
		<includeLocalAreaCode>false</includeLocalAreaCode>
		<includeLongDistancePrefix>false</includeLongDistancePrefix>
		<assignedCSQs>
			<csq>
				<csqNameUriPair name="csq1">
					<refURL> https://uccx-server/adminapi/csq/1</refURL>
				</csqNameUriPair>
				<percentage>10</percentage>
			</csq>
		</assignedCSQs>
	</generalobconfig>