Database API
Choose the operation you want to perform on your PxServ project data.
GETRetrieve All DataGet all data stored in the project.
/database/getAll→POSTRetrieve DataRead the current value of a specified key./database/getData→POSTStore DataCreate a key or update its value./database/setData→POSTToggle DataSwitch a value between 0 and 1./database/toggleData→POSTRemove DataRemove a specified key from the project./database/removeData→Last updated