readItemRequest

Returns the item specified by the ID.

Request

<readItemRequest>
   <id type="uid"/>
   <archiveId type="string"/>
   <origionalId type="string"/>
</readItemRequest>

Response

<readItemResponse>
   <item type="Item"/>
   <status type="Status"/> 
</readItemResponse>

Elements

archivedId

When an item is stubbed, the archive server can assign an ID that it understands. GroupWise does not know the format of the string. If the string is available, the POA passes it to the archive server.

id

The GroupWise ID of the stubbed item.

item

Returns the specified item.

originalId

The ID of the original GroupWise item before it was stubbed. If it is available, the POA passes it to the archive server.

status

Returns the success or failure of the method.