v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Playground

List files or download a file from the Playground

Returns a list of filenames in the specified Playground folder, or returns the contents of a specific file. If folder is packages and filename is provided, returns a ZIP of the package. Requires admin, developer, or the playground_control permission.

get/api/playground

Query parameters

folder'questions' | 'sources' | 'static' | 'templates' | 'modules' | 'packages'

Playground folder name (default static).

projectstring

Playground project name (default default).

user_idinteger

User ID whose Playground to read (default is API owner).

filenamestring

Name of a specific file to download.

Response

List of filenames or file contents.

string[] required