albis.getApplicationsStatus - ALBIS-GROUP/LeaseKitSDK-JS GitHub Wiki
albis.getApplicationsStatus(albisToken) ⇒ ResponseGetApplicationsStatus
getApplicationsStatus(albisToken) get an array of all posible application status
Kind: instance method of Albis
Returns: ResponseGetApplicationsStatus - response
| Param | Type | Description |
|---|---|---|
| albisToken | Object |
object with Albis token, which lets to communicate with Albis API |
Example
Albis.getApplicationsStatus({ token: '12345' })Kind: global typedef
Properties
| Name | Type | Description |
|---|---|---|
| response.id | string |
json rpc lib id |
| response.jsonrpc | string |
json rpc version number ("2.0") |
| response.result | Array.<string> |
array of strings with names of applications status |