Download ZIP File

This request returns a ZIP file with the content of a configurator folder.

Endpoints

  • GET /configurators/{configuratorID}/zip/{subDir}

Url

configuratorID

The ID of the configurator

subDir

The path to the directory of which the contents will be compressed to a ZIP file.

Header

Authorization

Bearer {token} (User authorization needed)

Response

The zip file data

Remark

The path of the directory is the same format as for single files.

Example request


 GET https://api.paramate.trinckle.com/configurators/2ab584fe-7e76-470f-8571-cb07cd8a58d2/zip/configurator/models
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Output


 HTTP/1.1 200 OK
 [raw zip file data]
 

See also

  • admin_configurators_files_putzip