Static content: Enumerate files
Information noteLOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/staticcontent/enumeratefiles?path={path}
Description
Get a list of the static content files in, for example, a content library. {path} is the external path that is used to access the content. To list the contents of a content library, set {path} to /content/{libname}.
A content library holds static content (for example, image and video files) that can be used in Qlik Sense. To GET an uploaded file from a content library, use the following format:
https://{host}/content/{libname}/{externalpath}
where:
- {libname}: The name of the content library
- {externalpath}: The path to the file (for example, image.png)
Body
-
Return value
List<EnumerateFilesResult>:
[ { "path": "the path that is used to refer to the file" }, { "path": "…"} ]
Optional parameters
-