Description
The following calls can GET, POST, or DELETE the following types of information about a V‑Spark installation:
- /config
Returns information about all companies in a V‑Spark installation
- /config/orgs
Returns information about all organizations that have been defined under companies in a V‑Spark installation
- /config/folders
Returns information about all folders that have been defined under organizations in a V‑Spark installation
- /config/apps
Returns information about all applications that have been defined in a V‑Spark installation
- /config/users
Returns information about all users that have been defined in a V‑Spark installation, the status of their user accounts, the authorization method used for login, and the permissions that they have in V‑Spark and within each company.
Note
Users are associated with companies. Deleting companies in a V‑Spark installation also deletes any users associated with those companies.
- /config/system/readonly
Returns information about whether a V‑Spark installation is or is not running in "read only" mode. You cannot call the
/config/system
API alone without calling/config/system/readonly
API.