API Documentation
The ScribeStation API is a WCF service which can be accessed at the following URL:
https://www.scribestation.com/Services/ScribeStationAPI.svc
The following methods are currently available:
  • Document[] GetActiveDocumentList(string userName, string password, ref string errorMessage)
  • Document[] GetArchivedDocumentList(string userName, string password, ref string errorMessage)
  • string[] GetDeviceList(string userName, string password, ref string errorMessage)
  • byte[] GetDocumentPdf(string userName, string password, int documentId, ref string errorMessage)
  • byte[] GetDocumentGif(string userName, string password, int documentId, ref string errorMessage)
  • byte[] GetDocumentXml(string userName, string password, int documentId, ref string errorMessage)
  • bool ArchiveDocument(string userName, string password, int documentId, ref string errorMessage)

For more information on how to use WCF services. Please see http://msdn.microsoft.com/en-us/library/bb655893.aspx

   
   

 
News
04/15/2010
The API has been published. Please see the API section of the site for more information. Ask any questions you have in the forums.

03/27/2010
Forums are now online. Changes have been made to the upload and archive sections to show the date the document was last updated.

03/23/2010
We are currently up to date on beta tester applications. We are now accepting additional beta testers.

03/18/2010
Full form merge functionality complete.