v1

latestOpenAPI 3.0.0Apache 2.02026-07-17428.0 KB
apps

List of installed Webapps

get/signalk/v1/apps/list

Response

Application list response.

namestring required
versionstring required
descriptionstring
locationstring required

Path where WebApp is mounted

licensestring
authorstring

WebApp author(s)

Example response

[
  {
    "name": "@signalk/instrumentpanel",
    "version": "1.3.1",
    "description": "Signal K Instrument Panel",
    "location": "/@signalk/instrumentpanel",
    "license": "Apache-2.0",
    "author": "author1@hotmail.com, author2@hotmail.com"
  }
]
All 4 operations