Developer manual
browse
Returns a file listing
Updated: Type: url
Method
/browse/attribute/value
Current
URL Attributes
Attribute | Type | Description | Default | Required? | |
---|---|---|---|---|---|
current | path | string | Spring URL to the request folder | Yes | |
current | sessionid | string | Valid sessionid value Either a valid sessionid with the correct permissions or application token is required to view files. |
Yes* | |
current | token | string | Secure to token to validate requests. Either a valid sessionid with the correct permissions or application token is required to view files. |
Yes* | |
current | nocheck | boolean | If /nocheck/1 is set, the /browse script will not include any additional image metadata such as dimensions. This will improve performance on large results sets. Allowed values: 1 |
No | |
current | format | string | Post processes results through the specified xlst file. | No | |
current | filter | list | By default /browse returns all filetypes. If /filter/images is set, /browse will return only images in the specified path. If /filter/ext,ext,ext is requested, only files with those extensions will be returned. Allowed values: images, comma separated list of extensions e.g. /filter/pdf,doc,xls will only return .pdf, .doc and .xls files. |
No |