getCustomListRequest

Returns a list of custom field definitions that are defined on a post office. No values for the fields are returned

Request

<getCustomListRequest/>

Response

<getCustomListResponse>
   <customs type="types:CustomList"/>
   <status type="types:Status"/>
</getCustomListResponse>

Elements

customs

Returns the list of custom fields that are defined in the GroupWise system.

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

<getCustomListRequest/>

<getCustomListResponse>
   <customs>
      <custom>
         <field>customSOAP1</field> 
         <value>Custom Field Value</value>
      </custom>
   </customs>
   <status>
      <code>0</code> 
   </status>
</getCustomListResponse>