📄 General
The Indicium application tier is a generic service tier application which uses model interpretation to provide the required logic and functionality.
📄 OData API
The Thinkwise Indicium application tier offers an open API that can be used to perform CRUD-operations and execute
📄 Process flows API
Indicium's process flow API can be used to manually start a process flow, fetch the pending process action when the execution of the process flow has paused, continue the process flow or cancel the further execution of the process flow.
📄 File API
Indicium's file API allows for files to be streamed to the client. This enhances Indicium's filestorage capabilities:
📄 Resource Staging
Resource staging is the mechanism through which Indicium controls the state of a record or a set of parameters while it is being edited by a user. Every insert, update, task and report action is represented by a staged resource. Every change made by a user in a GUI is performed by a request to Indicium's API to change the state of the resource. Every change that is made to a resource by means of application logic, however, is done automatically by Indicium whenever necessary (see also this blog on resource staging).
📄 Import API
Import API
📄 License endpoints
Main administrator
📄 Multi-row task execution
Indicium offers support for executing tasks for multiple rows.
📄 User simulation
See User simulation.