/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 SystemorDMS). These documents can come from various sources, one of them isSpeechExec Enterprise. -
These documents in
SpeechExec Enterpriseare 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 Enterpriseecosystem andDMS. DMSConnectorcan get the needed information by sending HTTP REST requests to theEnterprise App Interfaceweb 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