Version 1 API endpoints

This list shows the available Mongoose REST version 1 API endpoints:

  • AddItem
    • AddItem with refresh
    • AddItems
    • AddItems with refresh
  • DeleteItem
  • DeleteItems
  • DownloadDocumentObject
  • DownloadFileStream
  • FireAESEvent
  • FireAESEventAdvanced
  • GetConfigurations
  • GetSecurityToken
  • IDOInfo
  • InvokeMethod
  • LoadCollection
    • LoadCollection with properties
    • Advanced LoadCollection
    • Advanced LoadCollection with properties
  • LoadPropertyValues
  • UpdateItem
    • UpdateItem with refresh
    • UpdateItems
    • UpdateItems with refresh
  • UploadDocumentObject
  • UploadFileStream

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 as examples when you create API calls. All these prototype examples use the C# code.