Query objects.

GET {{baseUrl}}/objects?path=/&subtenantId=<string>&pageToken=<string>

Retrieve information on existing objects. In case a folder is specified as input path, all child objects within the folder are returned. Objects in sub-folders of the given folder are not returned. In case a file is specified as input path, only the file is returned. Only the objects of one tenant or subtenant are returned. In case a tenant wants to retrieve information on a subtenant's objects, the subtenantId query parameter must be used.

Request Params

KeyDatatypeRequiredDescription
pathstringPath to folder or file object. In case of folder, all child objects are returned. In case of file, only the corresponding object is returned.
subtenantIdstringOnly to be used by tenants, to address a subtenant's object. If not provided by a tenant, its own object is addressed. Subtenants are not allowed to use this parameter and can only address their own object.
pageTokenstringSelects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;objects&quot;:[{&quot;path&quot;:&quot;laborum velit non sit ad&quot;,&quot;lastModified&quot;:&quot;cupidatat sit dolore&quot;,&quot;size&quot;:16136717.379670128},{&quot;path&quot;:&quot;et ex&quot;,&quot;lastModified&quot;:&quot;fugiat mollit&quot;,&quot;size&quot;:90857708.40487099}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;esse enim adipisicing id&quot;},&quot;path&quot;:&quot;tempor in ut nostrud&quot;,&quot;storageAccount&quot;:&quot;ex fugiat cupida&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;}