Apps
Query installed Apps
GEThttp://localhost/v2/apps
Response
Success
Body
appKey*app_key (object)
status*app_status (enum)
not installedmanifest downloadedtoken acquiredimage downloadedinstalledremovedpurgedorphanedunknown
desired*app_status (enum)
not installedmanifest downloadedtoken acquiredimage downloadedinstalledremovedpurgedorphanedunknown
installedSize*integer
Example: 10485760
multiInstance*boolean
editors*array of app_editor (object)
Request
Response
Query all versions or specific versions of an App
GEThttp://localhost/v2/apps/{app}
Path parameters
app*string
App to query
Query parameters
Response
Success
Body
appKey*app_key (object)
status*app_status (enum)
not installedmanifest downloadedtoken acquiredimage downloadedinstalledremovedpurgedorphanedunknown
desired*app_status (enum)
not installedmanifest downloadedtoken acquiredimage downloadedinstalledremovedpurgedorphanedunknown
installedSize*integer
Example: 10485760
multiInstance*boolean
editors*array of app_editor (object)
Request
Response
Uninstall one or all versions an App
DELETEhttp://localhost/v2/apps/{app}
Path parameters
app*string
App to uninstall
Query parameters
Response
Accepted
Body
jobId*integer
Example: 17
Request
Response
Install an App from the FLECS marketplace
POSThttp://localhost/v2/apps/install
Body
appKey*app_key (object)
Response
Accepted
Body
jobId*integer
Example: 17
Request
Response
Sideload an App from its manifest
POSThttp://localhost/v2/apps/sideload
Body
manifest*string
Response
Accepted
Body
jobId*integer
Example: 17
Request
Response
Last updated