web_interface:sync_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
web_interface:sync_api [2022/02/17 10:42] – [What is it?] Gary Willettsweb_interface:sync_api [2025/01/21 23:18] (current) – [Basics] Mark Glover
Line 1: Line 1:
 {{indexmenu_n>100}} {{indexmenu_n>100}}
-====== 19.10. mSupply sync API ======+====== 19.11. mSupply sync API ======
 ===== What is it? ===== ===== What is it? =====
 There are multiple ways to configure an mSupply installation. Where the internet is good, or you are using a local area network, you can have real-time communication with an mSupply server. Where internet access is poor or non-existent, we have mSupply sync. You can have a local application that saves all the changes the user makes to a local database - this can be a mobile app, a single user application on a PC or a tablet, or a client-server application on a local LAN.  There are multiple ways to configure an mSupply installation. Where the internet is good, or you are using a local area network, you can have real-time communication with an mSupply server. Where internet access is poor or non-existent, we have mSupply sync. You can have a local application that saves all the changes the user makes to a local database - this can be a mobile app, a single user application on a PC or a tablet, or a client-server application on a local LAN. 
Line 9: Line 9:
 You might want to read about our [[web_interface:apis|mSupply Mobile API]], as the basics are the same. That is: You might want to read about our [[web_interface:apis|mSupply Mobile API]], as the basics are the same. That is:
  
-  - The SYNC API is a subset of the mSupply REST API.+  - The SYNC API is a subset of the [[web_interface:rest_api|mSupply REST API]].
   - All calls to the sync API use a pseudo-resource of "sync".   - All calls to the sync API use a pseudo-resource of "sync".
   - The second URI segment is the API version. Allowable values:   - The second URI segment is the API version. Allowable values:
  • Last modified: 2022/02/17 10:42
  • by Gary Willetts