Fetch all the devices that exist on a tree

Searches through a GC Tree to find all the devices that exist on it.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
treeIdstringOptionalformat: "^[0-9a-f]{24}$"
versionstringOptional
optionsobjectOptional

Response

Response containing the list of devices.
deviceslist of strings

Errors

500
Internal Server Error