Skip to main content



List Folders with the Same Instance Header

List folders with the same instance header

GET /cloud/listFoldersWithSameHeaderOfInstance

Implementation Notes

List folders that have the same specs that the Instance from which the query was made. This means that all files in the folder has the same header that the file used to create the Instance in the first place. If you don't specify the instance version we'll take the current version.

Parameters

ParameterDescriptionParameter TypeData Type
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.querystring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.querystring
useruser's authenticationheader (authorization)basic authentication