Skip to main content
GET
/
activeviam
/
content
/
rest
/
v7
/
files
Retrieves the entry found at the given path.
curl --request GET \
  --url http://localhost:9090/activeviam/content/rest/v7/files
{
  "children": {},
  "entry": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

path
string
default:/
required

he path to apply the operation to.

recursiveParam
string
default:-1
required

If the path is a directory, the maximum depth at which to retrieve children. -1 means that all available children are retrieved, 0 means that only the directory itself is retrieved. Default is -1.

includeContentParam
enum<string>
default:true
required

When set, the content of the retrieved file is included in the response.

Available options:
false,
true
recursive
string
default:-1
includeContent
string
default:true

Response

Request completed successfully.

Tree structure representing content hierarchy with metadata

children
object

Map of child tree nodes

entry
object

Content entry information