Skip to main content Skip to complementary content

Static content: Enumerate files

Information noteLOCKED.

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

-

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!