Version 2 Generic API endpoints

This list shows the Mongoose REST version 2 generic API endpoints:

  • DownloadDocumentObject
  • DownloadFileStream
  • FireAESEvent
  • GetConfigurations
  • GetDocumentObjects
  • GetPropertyInformation
  • GetSecurityToken
  • InvokeIDOMethod
  • LoadCollection
  • UpdateCollection
  • UploadDocumentObject
  • UploadFileStream

All API calls, except GetConfigurations and GetSecurityToken APIs, must include an Authorization header that contains either a Mongoose security token or a valid OAuth 2.0 bearer token, depending on how the API is being called.

We recommend that you use the presented prototypes as examples when you create your API calls. All these prototype examples use C# code.