Get Calendar with Associations

HTTPS Method

GET

URI

https://<server>/adminapi/calendar/{id}?withAssociations

Example URI

https://uccx-server/adminapi/calendar/1?withAssociations

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400,401,403,404,406,500

Success Response


<calendar>
    <self>https://uccx-server/adminapi/calendar/19</self>
    <calId>19</calId>
    <name>TestCalendar</name>
    <timeZone>Asia/Kolkata</timeZone>
    <description></description>
    <calendarType>FULLTIME</calendarType>
    <associations>
	    <applications>
	        <application name="TestApplication">
	            <refURL>https://uccx-server/adminapi/application/TestApplication</refURL>
	        </application>
	        <application name="TestApp2">
	            <refURL>https://uccx-server/adminapi/application/TestApp2</refURL>
	        </application>
	    </applications>
	    <chatWidgets>
           <chatWidget name="chatWidget">
              <refURL>http://uccx-server/adminapi/chatWidget/1</refURL>
           </chatWidget>
        </chatWidgets>
    </associations>
</calendar>