GET (List)

List all shortened URLs.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/shorturl/

HTTPS method:

GET

Example XML request payload:


<shortURLs>

   <ShortURL>
     <type>generic</type>
     <active>false</active>
     <url>http://theurl.com?param1=val1</url>
     <creator>[userID]</creator>
     <createdDate>[timestamp]</createdDate>
     <expireDate>[timestamp]</expireDate>
     <usedDate>[timestamp]</usedDate>
     <shortURL>/ccp-webapp/ccp/s/[id]</shortURL>
     <refURL>https://[ServerIP]:[Port]
      /ccp-webapp/ccp/shorturl/[id]</refURL>
   </ShortURL>

   <ShortURL>
     <type>chat_invite</type>
     <active>true</active>
     <url>https://cisco.com/index.htm</url>
     <creator>[userID]</creator>
     <campaignRefURL>https://[ServerIP]:[Port]/ccp-webapp/ccp/campaign/
      [public ID]</campaignRefURL>
     <scRefURL>https://[ServerIP]:[Port]/ccp-webapp/ccp/socialcontact/
      [SC ID]</scRefURL>
     <expireDate>[timestamp]</expireDate>
     <usedDate>[timestamp]</usedDate>
     <shortURL>/ccp-webapp/ccp/s/[id]</shortURL>
     <refURL>https://[ServerIP]:[Port]
      /ccp-webapp/ccp/shorturl/[id]</refURL>
   </ShortURL>

</shortURLs>