One of the standout features of Thinkwise is that many entities automatically generate an OData API, which can be used for CRUD operations and executing procedures. Although the URLs for these API calls are quite predictable, it can sometimes be a bit tricky to figure out how to trigger a task, subroutine, process flow, or a mutation on a table.
Imagine if these entities in the Software Factory had a dedicated “API” tab that detailed the necessary URLs and supported HTTP methods, all while accounting for configured permissions. It could also auto-generate a sample JSON body for tasks, updates, subroutines, etc., where optional parameters can be easily checked or unchecked. This addition would make debugging API calls significantly easier, ensuring that you have the correct URL, method, and body structure right at your fingertips.