This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
web:access_rest_api [2016/02/04 18:51] mjallison [Responses] |
web:access_rest_api [2016/02/09 00:25] (current) mjallison [Responses] |
||
---|---|---|---|
Line 51: | Line 51: | ||
size : long, | size : long, | ||
children: [ StoredItem* ] | children: [ StoredItem* ] | ||
+ | } | ||
+ | |||
+ | **ApplicationState** return from connection/open or connection/check | ||
+ | { | ||
+ | userid: string, | ||
+ | token: string, | ||
+ | lastPath: string, | ||
+ | hasAccess: boolean, | ||
+ | hasLicense: boolean, | ||
+ | hasTracks: boolean, | ||
+ | isAdmin: boolean, | ||
+ | isSupport: boolean | ||
} | } | ||