Skip to main content



List Batch Folders

List batch folders

GET /cloud/listBatchFolders

Implementation Notes

List all the batch folders for a specific user and instance. If you don't specify the instance version the version will default to 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