getNotifyListRequest

Get a list of users in the notification list. See createNotifyRequest. --For GroupWise 8.0 SP1 and later.

Request

<getNotifyListRequest/>

Response

<getNotifyListResponse>
  <list type=”types:NotifyList”/>
  <status type="types:Status"/>
</getNotifyListResponse>

Elements

list

List of NotifyEntry elements.

code

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

status

Returns the success or failure of the method.

Example

<getNotifyListRequest/>

<getNotifyListResponse>
  <list>
    <entry>
      <displayName>Craig Johnson</displayName>
      <email>cjohnson.PO1.domain@prestons.provo.novell.com</email>
      <uuid>AD712880„0B55„0000„B976„8E90E5B002BD</uuid>
      <id>48CE5C4E.domain.PO1.100.1776172.1.2C86.1@78</id>
      <rights>
        <alarm>1</alarm>
        <notification>1</notification>
      </rights>
    </entry>
    <entry>
      <displayName>Preston Stephenson</displayName>
      <email>pstephenson.PO1.domain@prestons.provo.novell.com</email>
      <id>45080216.domain.PO1.100.1776172.1.22.1@78</id>
      <rights>
        <alarm>1</alarm>
        <notification>1</notification>
      </rights>
    </entry>
  </list>
  <status>
    <code>0</code>
  </status>
</getNotifyListResponse>