Mongoose REST Version 1 API endpoints

These are the Mongoose REST Version 1 API endpoints:

  • AddItem
    • AddItem with refresh
    • AddItems
    • AddItems with refresh
  • DeleteItem
  • DeleteItems
  • Download Document Object
  • Download File Stream
  • Fire AES Event
  • Fire AES Event Advanced
  • Get Configurations
  • Get Security Token
  • IDOInfo
  • InvokeMethod
  • LoadCollection
    • LoadCollection with properties
    • Advanced LoadCollection
    • Advanced LoadCollection with properties
  • Load Property Values
  • UpdateItem
    • UpdateItem with refresh
    • UpdateItems
    • UpdateItems with refresh
  • Upload File Stream
  • Upload Document Object

All API calls, except GetConfigurations and GetSecurityToken APIs, are required to include an Authorization header that contain 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 prototypes presented here as examples when creating your API calls. All these prototype examples use C# code.