/dms endpoints for Document Management System integrations
The /dms
endpoints of Enterprise App Interface can be used to realize the following workflow:
-
An integrator has a system that stores and manages documents (
Document Management System
orDMS
). These documents can come from various sources, one of them isSpeechExec Enterprise
. -
These documents in
SpeechExec Enterprise
are attachments of dictation files. -
The integrator would like to “extract” documents attached to dictations files, which have been fully typed or corrected by Typists (dictation state is: Transcription Finished)
- A software component (let’s call it
DMSConnector
) is developed by an integrator to act as a middleware between theSpeechExec Enterprise
ecosystem andDMS
. DMSConnector
can get the needed information by sending HTTP REST requests to theEnterprise App Interface
web service.
A simplified view:
The communication flow looks like the following:
Table of contents
- Service settings
- Authentication
- Query all author users
- Query dictations for a given user
- Query all dictations for all users
- Download attached document of a dictation
- API reference