Skip to main content

Perform Client Browse

This operation browses the content within a client.

Path Parameters
  • clientId string required
Query Parameters
  • path string

    Path to browse (in Url Encoded format)

  • foldersOnly boolean

    Flag to search to browse only folders

Responses

OK


Schema
  • path string
  • spaceInfo object
  • freeBlocks integer
  • totalBlocks integer
  • blockSize integer
  • browseItems object[]
  • utime integer
  • fileSize integer
  • name string
  • fileType integer
  • fileSystemType integer
GET /client/:clientid/browsefs    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
path — query
foldersOnly — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/browseFS' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'