📄️ Predefined REST services
A REST service is a software construct that allows external users to get or set certain resources stored in a USoft application across the Internet in a predefined manner.
📄️ Getting table and column Information with USoft Table Resource
To be able to get table and column information through a REST service based on "USoft Table Resource" functionality, you first need to:
📄️ Retrieving data with USoft Table Resource
To be able to retrieve data through a REST service based on "USoft Table Resource" functionality, you first need to:
📄️ Adding data with USoft Table Resource
To be able to add data through a REST service based on "USoft Table Resource" functionality, you first need to:
📄️ Updating data with USoft Table Resource
To be able to update data through a REST service based on "USoft Table Resource" functionality, you first need to:
📄️ Deleting data with USoft Table Resource
To be able to delete data through a REST service based on "USoft Table Resource" functionality, you first need to:
📄️ Calling a batch job with USoft Job Resource
To be able to call a batch job through a REST service based on "USoft Job Resource" functionality, you first need to:
📄️ URL query parameters in predefined REST Services
This section lists query parameters that are general options in the use of REST URL syntax. These options apply to predefined REST services. Of course, if you set up your own REST service, it is possible to make these options applicable by writing custom code for them.
📄️ Versioning predefined REST services
This help topic is about versioning predefined REST services. You can also version custom REST services.