getCategoryListRequest

Returns the list of categories for the user.

Request

<getCategoryListRequest/>

Response

<getCategoryListResponse>
   <categories type="types:CategoryList"/>
   <status type="types:Status"/>
</getCategoryListResponse>

Elements

Categories

Returns the list of categories defined by the user.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<getCategoryListRequest/>

<getCategoryListResponse>
   <categories>
      <category> 
         <id>4.AutoDomain.AutoPO1.100.0.1.0.1@61</id> 
         <name>Low priority</name> 
         <version>1</version> 
         <modified>2002-10-02T23:17:10Z</modified> 
         <type>LowPriority</type> 
         <color>12632256</color>
      </category>
      <category> 
         <id>3.AutoDomain.AutoPO1.100.0.1.0.1@61</id> 
         <name>Urgent</name> 
         <version>1</version> 
         <modified>2002-10-02T23:17:10Z</modified> 
         <type>Urgent</type> 
         <color>255</color>
      </category>
      <category> 
         <id>2.AutoDomain.AutoPO1.100.0.1.0.1@61</id> 
         <name>Follow-up</name> 
         <version>1</version> 
         <modified>2002-10-02T23:17:10Z</modified> 
         <type>Follow-up</type> 
         <color>33023</color>
      </category>
      <category> 
         <id>1.AutoDomain.AutoPO1.100.0.1.0.1@61</id> 
         <name>Personal</name> 
         <version>2</version> 
         <modified>2002-10-30T14:57:09Z</modified> 
         <type>Personal</type> 
         <color>16711680</color>
      </category>
      <category> 
         <id>3D047D59.AutoDomain.AutoPO1.100.1363230.1.435.1@12</id> 
         <name>Business</name> 
         <version>6</version> 
         <modified>2004-02-19T15:39:08Z</modified> 
         <type>Normal</type>
      </category>
      <category> 
         <id>3DC90830.AutoDomain.AutoPO1.100.1363230.1.511.1@12</id> 
         <name>Home</name> 
         <version>1</version> 
         <modified>2002-11-06T19:16:48Z</modified> 
         <type>Normal</type>
      </category>
      <category> 
         <id>3DBF94E2.AutoDomain.AutoPO1.100.1363230.1.4F9.1@12</id> 
         <name>Meeting</name> 
         <version>3</version> 
         <modified>2004-02-19T15:39:08Z</modified> 
         <type>Normal</type> 
         <color>16711680</color>
      </category>
   </categories>
   <status>
      <code>0</code>
   </status>
</getCategoryListResponse>