Save an app
Overview
Save all the objects and data in an app by using the DoSave method.
Save all the objects that were modified in the app by using the SaveObjects method.
Example
The client wants to save all objects and data in the app.
The client sends:
{
"jsonrpc": "2.0",
"id": 6,
"method": "DoSave",
"handle": 1,
"params": [
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 6,
"result": {}
}
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!