<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

IShortMessageViewerManager

Exposes the methods used to drive the Short Message Viewer
Task<IEnumerable<AttachmentInfo>> GetAttachmentInfo(int workspaceID, int documentID, string[] attachmentIDs)

Returns information attachment information associated with a Short Message document

Task<IKeplerStream> GetMessageJson(int workspaceID, int documentID)

Returns the Json representation of the Short Message Conversation

Returns entity information associated with a Short Message document

Task SliceRSMF(int workspaceID, int documentID, SliceRequest sliceRequest)

Request that a subset of events in a Short Message document be sliced in to a new document

Validates the provided file to see if it is a valid RSMF

Task<RSMFValidationResponse> ValidateRSMF(int workspaceID, int documentID)

Validates the RSMF document with the given ID in the workspace

Submit a request that will wake up the RSMF Slicing agent and do nothing else