Skip to main content
Skip table of contents

2.7.3.2 Reference: Data structure to create ShortID for viewing

FTHViewerRequest

Data Type

Field Name

Sample Value

Description

Guid

SessionId

189BA074-F668-49CC-B7F6-330F4F89D755

Unique identifier of the current session

int

FileId

343

ID of file for view obtained by previous web service calls.

String

SuccessUrl

http://success.com

Redirect to this URL if viewing is success

String

ErrorReportingUrl

http://error.com

Redirect to this URL if viewing failed

Sample

CODE
<viewerRequest><SessionID>310105b2-5d9c-437b-bbdc-be6651992ffb</SessionID><FileId>5</FileId><SuccessUrl>http://success.com</SuccessUrl><ErrorReportingUrl>http://error.com</ErrorReportingUrl></viewerRequest>

Data Transfer Object

CODE
   public class FTHViewerRequest
    {
        public Guid SessionId { get; set; }
        public int FileId { get; set; }
        public string SuccessUrl { get; set; }
        public string ErrorReportingUrl { get; set; }
    }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.