GetUri

This action accepts a document identifier and returns a URI to the document in the repository.

/action=GetUri&Identifier=...
             [&Redirect=true]

Type: Synchronous

Parameter Name Description Required
Identifier The identifier of a document. The connector returns a URI that can be used to access this document in the repository. Yes
Redirect A Boolean value (default false) that can be used to redirect a browser directly to the document, instead of returning the ACI response. This parameter should be used only for testing. No
SecurityInfo

An IDOL security info string. Set this parameter to impersonate the specified user. To impersonate another user you must set DocumentSecurityType and SecurityInfoKeys.

No

Example

http://connector:1234/action=GetUri&Identifier=...

Response

An example response for this action appears below:

<autnresponse>
  <action>GETURI</action>
  <response>SUCCESS</response>
  <responsedata>
    <uri>https://host/resource</uri>
  </responsedata>
</autnresponse>