GetDocumentStatus

Returns the status of a document.

Type: synchronous

Parameter Name Description
reference The reference of the document that you want to retrieve the status for. For example, if the document was retrieved by the File System Connector the reference is a file path. If the document was retrieved by a Web Connector, the reference is a URL.

Response

The following XML is a sample response:

<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/">
  <action>GETDOCUMENTSTATUS</action>
  <response>SUCCESS</response>
  <responsedata>
    <statuses>
      <status>Awaiting indexing.</status>
    </statuses>
  </responsedata>
</autnresponse>

The status element can contain one of the following values:

_FT_HTML5_bannerTitle.htm