getFolderContentEx2

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
folderType xsd:int mandatory - cannot be null or empty An integer representing the required folder type. The possible values are:
  • 0 – inbox
  • 1 – sent items
  • 2 – archived items
  • 3 – deleted items
enhancedOutput xsd:boolean optional True to include extra information in the response. When false the response is the same as getFolderContent

Enhanced Response

Response Type: String

XML Example

<Folder>
 <Package>
 <PackageDetail>
 <Id>13839-R</Id>
 <Sender>16000_ross.fuge@wolterskluwer.com</Sender>
 <Recipient>16000_ross.fuge@wolterskluwer.com</Recipient>
 <Subject>paperout=y:paperout count=3:comment=Flexi Test</Subject>
 <LoanNumber/>
 <Comment>Flexi Test</Comment>
 <NumberOfAttachments>1</NumberOfAttachments>
 <TrackingNumber>16002-13921</TrackingNumber>
 <Created>2016-04-05 11:51:12</Created>
 <Viewed/>
 <SubjectMeta>true</SubjectMeta>
 <ChildTrackingId>14008</ChildTrackingId>
 <Signed/>
 <Returned_Signed_Id/>
 <Rejected/>
 <Returned_Rejected_Id/>
 <Consented/>
 <Declined/>
 <RequestedPaper>2016-04-08 10:46:25</RequestedPaper>
 <Expiry/>
 <Workflow/>
 <Authen>false</Authen>
 <Sign>false</Sign>
 </PackageDetail>
 </Package>
</Folder>
  • Returned_Signed_Id – The received package Id of the signed copy of the package sent back to the original sender.
  • Returned_Rejected_Id – The received package Id of the rejected copy of the package sent back to the original sender.
  • ChildTrackingId – The package Id of the package that was created as a signed, rejected or paper requested copy.
  • Workflow – Id that represents the workflow if the package is a workflow package.
  • Signed, Rejected, Consented, Declined and Expiry are all dates that correspond to the same dates found on the tracking screen in the admin site.