v4

Swagger 2.02026-08-0343714211.7 MB
file_actions
Zip List Entries

List the contents of a ZIP file.

List the contents of a ZIP file.

get/file_actions/zip_list/{path}

Path parameters

pathstring required

Path to operate on.

Response

The FileActions object.

pathstring

Entry path inside the ZIP.

sizeinteger

Uncompressed size in bytes.

Example response

[
  {
    "path": "example",
    "size": 1
  }
]