Hello Community!
This article gives an overview of the REST JSON webservices developed for TrakCare.
These webservices allow users to access TrakCare data from outside of the software, mainly through external apps.
They are developed in REST with ObjectScript, and they allow data access in four modes:
- List: gather a list of data based on a filter (for example all the episodes of a given patient);
- Open: get a specific row from its internal ID or a unique key (for example the episode number for a given episode);
- Save: insert a new entry in the right table and return its internal ID;
- Update: