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
Key | Datatype | Required | Description |
---|---|---|---|
path | string | Path to folder or file object. In case of folder, all child objects are returned. In case of file, only the corresponding object is returned. | |
subtenantId | string | Only 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. | |
pageToken | string | Selects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"objects":[{"path":"laborum velit non sit ad","lastModified":"cupidatat sit dolore","size":16136717.379670128},{"path":"et ex","lastModified":"fugiat mollit","size":90857708.40487099}],"page":{"nextToken":"esse enim adipisicing id"},"path":"tempor in ut nostrud","storageAccount":"ex fugiat cupida","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}