# operation: app.get-persistent-data
Description: Gets stored data, specified by the arguments (key and scope).

Inputs: `StorageDataArgs`

StorageDataArgs properties:
```json
{
  "key": {
    "description": "The key of the data to store.",
    "type": "string",
    "isRequired": "true"
  },
  "scope": {
    "description": "The scope the data is stored in. Defaults to"
  }
}
```

Outputs: `unknown`

---
# operation: app.get-version
Description: Gets the current version stamped in the application (i.e. the version of the viewer this application was created with). Web only.

Inputs: `None`

Outputs: `string`

---
