GET_DELETED_DOCUMENTS

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

GET_METADATA 

Syntax

<GET_DELETED_DOCUMENTSAttribute Description Table
     after="string"
     before="string"
>

     No Child Elements
</GET_DELETED_DOCUMENTS >

Description

Searches deleted documents based on the date when the document was deleted from the Metadata Service.

Restrictions


Notes


Attribute Descriptions for GET_DELETED_DOCUMENTS

AttributeUsage
afterSearch for deleted documents newer than the date and time given.
beforeSearch for deleted documents older than the date and time given.
Back to top 

Examples for GET_DELETED_DOCUMENTS

<?xml version="1.0" encoding="UTF8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <GET_DELETED_DOCUMENTS after="2005-12-31" before="2006-02-01"/>
    </GET_METADATA>
  </REQUEST>
</ARCXML>

Back to top