- Retrieve files in the application workflow
- Retrieve metadata or log data regarding the files processed by the application
- Insert files into the application workflow for processing
- Update connector or profile configuration settings
- Trigger a connector’s sending/receiving functionality
API Browser
The resources and actions sections contain an overview of the resources and actions available in the API. You can find further information on each resource and action the API browser. To access the API browser, select API on the navbar. The API browser includes the available properties for each resource and action, as well as code samples (JQuery and cURL) for consuming the API.Some ‘Id’ properties marked as required can be specified through a combination of other properties. For example, the ‘MessageId’ property of the Files Resource is not required to fetch a specific file if the file is identified by a combination of ‘ConnectorId’, ‘Folder’, and ‘Filename’. Similarly, the Ids for the Log resources (Logs, Transactions, and Requests) can be omitted if not known ahead of time.