User Tools

Site Tools


web:access_rest_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
web:access_rest_api [2016/02/02 01:20]
mjallison [Responses]
web:access_rest_api [2016/02/09 00:25] (current)
mjallison [Responses]
Line 43: Line 43:
   ​   ​
 Other return objects possible are: Other return objects possible are:
-**Folder**+**StoredItem**
    {    {
-      handle: int-value,​ +      handle ​     : int-value,​ 
-      name  : string, +      name        : string, 
-      ​foldersstring* ] +      ​description ​: string, 
-      ​files  ​: [ string* ]+      ​isFolder ​   : boolean, 
 +      size        : long, 
 +      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
    }    }
        
web/access_rest_api.1454376015.txt.gz · Last modified: 2016/02/02 01:20 by mjallison