Appmixer
5.1
Search
K
Comment on page

Data Stores

Access Data Stores (built-in key-value store).
get
https://api.appmixer.com
/stores
Get All Stores
get
https://api.appmixer.com
/stores/:id
Get One Store metadata
get
https://api.appmixer.com
/store/count
Get Number of Records in a Store
get
https://api.appmixer.com
/store
Get Store Records
post
https://api.appmixer.com
/stores
Create a new Store
delete
https://api.appmixer.com
/stores/:id
Delete a Store
put
https://api.appmixer.com
/stores/:id
Rename a Store
post
https://api.appmixer.com
/store/:id/:key
Create a new Store Item
patch
https://api.appmixer.com
/store/:id/:key
Update key or value of an existing store item
delete
https://api.appmixer.com
/store
Delete Store Items
get
https://api.appmixer.com
/store/download/:storeId
Download the content of a Data Store