Skip to content

buildin_endpoints_get_appstate_name

Marcel Kloubert edited this page Feb 10, 2017 · 1 revision

Home >> Build-in endpoints >> [GET] /api/appstate

[GET] /api/appstate

Returns all values.

Example

Request:

GET /api/appstate

Possible response:

Content-type: application/json; charset=utf-8
Content-encoding: gzip
X-Vscode-Restapi: 1.0.0
Date: Fri, 10 Feb 2017 15:06:36 GMT
Connection: keep-alive
Transfer-Encoding: chunked

{
    "code": 0,
    "data": {
        "TM": 59.79,
        "MK": "23979"
    }
}
Clone this wiki locally