Web Service APIs
The provided Application Programming Interfaces (APIs) Client Library
provides a consistent method for outside entities such Claims Administrators
and Utilization Review Agencies to access key Document Exchange (DXC) server
functions using JSON web services. Available web services options include:
- Retrieving OAuth 2.0 Access and Refresh tokens.
- Use the Refresh token to acquire a new Access Token.
- Retrieving NOARFI Notices by date range. The service also includes an ability to filter out cases for which at least one document was already received through the portal from the requester.
- Uploading documents to a case. Files can be either be uploaded with a file name that conforms with the existing MoveIt naming standard for automatic case mapping or an additional case number can be supplied with files containing a non-standard file name.
- Retrieving a list of all documents for a specified case. Available document list details are identified in the API documentation.
- Requesting a specific document using its unique document id
- Obtaining a list of active cases.
The available SDK offers detailed documentation about each of these web services along sample scripts that exercise the APIs. Sample scripts are available in several formats including Bash Script with Curl commands as well as Java and .NET based sample clients.
The Document Exchange API's are provided both on this website and in the downloadable SDK. Visit the Online Documentation.
OAUTH-2 Security
The Document Exchange APIs use the OAuth 2.0 protocol for authentication and authorization. Instructions on how to establish a new System User Account for your security realm along with an overview of the O-Auth 2.0 processing flow are described on this OAuth Overview Page.