<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>listPresenceGroup returnedTags</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10774444" />
  <subtitle>listPresenceGroup returnedTags</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10774444</id>
  <updated>2013-05-20T14:46:39Z</updated>
  <dc:date>2013-05-20T14:46:39Z</dc:date>
  <entry>
    <title>RE: listPresenceGroup returnedTags</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12271928" />
    <author>
      <name>Josh Gross</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12271928</id>
    <updated>2013-02-22T21:08:34Z</updated>
    <published>2013-02-22T21:08:34Z</published>
    <summary type="html">I dont know if this helps you but the raw request would look like:
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
   &lt;soapenv:Header/&gt;
   &lt;soapenv:Body&gt;
      &lt;ns:listPresenceGroup sequence="?"&gt;
         &lt;searchCriteria&gt;
            &lt;name&gt;Standard Presence group&lt;/name&gt;
         &lt;/searchCriteria&gt;
         &lt;returnedTags uuid="?"&gt;
            &lt;name&gt;?&lt;/name&gt;
            &lt;description&gt;?&lt;/description&gt;
         &lt;/returnedTags&gt;
      &lt;/ns:listPresenceGroup&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;

the response looks like:
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
   &lt;soapenv:Body&gt;
      &lt;ns:listPresenceGroupResponse xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
         &lt;return&gt;
            &lt;presenceGroup uuid="{AD243D17-98B4-4118-8FEB-5FF2E1B781AC}"&gt;
               &lt;name&gt;Standard Presence group&lt;/name&gt;
               &lt;description&gt;Standard Presence group&lt;/description&gt;
            &lt;/presenceGroup&gt;
         &lt;/return&gt;
      &lt;/ns:listPresenceGroupResponse&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
Im not familiar with the code you posted but maybe your returnedTags should be ('name','description')</summary>
    <dc:creator>Josh Gross</dc:creator>
    <dc:date>2013-02-22T21:08:34Z</dc:date>
  </entry>
  <entry>
    <title>listPresenceGroup returnedTags</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10774443" />
    <author>
      <name>Carlo Rodriguez</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10774443</id>
    <updated>2013-01-17T04:54:16Z</updated>
    <published>2013-01-17T04:54:16Z</published>
    <summary type="html">Hi Guys,
 
I'm doing listPresenceGroup but I can't seem to get the returnedTags that I want. All I keep getting is just the uuid. Is there a way to get the name or descrption included?
 
$client-&gt;listPresenceGroup(array('searchCriteria'=&gt;array('name'=&gt;'%'),'returnedTags'=&gt;array('uuid','name')))
 
Thanks!
 </summary>
    <dc:creator>Carlo Rodriguez</dc:creator>
    <dc:date>2013-01-17T04:54:16Z</dc:date>
  </entry>
</feed>

