Skip to main content

Put files' ids to temporary store for future zip download by public link and consume form

Заметка

[Since 2021.04]

Put files' ids to temporary store for future zip download by public link and consume form.

POST /api/v1/public/zipForm HTTP/1.1
  1. Request parameters
ParameterDescription
idFile id’s to be included to archive
  1. Example request
curl 'http://localhost:8080/api/v1/public/zipForm' -i -X POST \
-H 'X-co-auth-token: 2d4c9e003746e8ab7817397784972488' \
-d 'id=file1&id=file2&id=file3'
  1. Example response headers
HTTP/1.1 200 OK
X-co-request-id: 32594e763136726565566d65484d6c77
Content-Type: application/json
Content-Length: 54
[ content of the response is skipped ]
  1. Example response
HTTP/1.1 200 OK
X-co-request-id: 32594e763136726565566d65484d6c77
Content-Type: application/json
Content-Length: 54
{
"requestId" : "6744374d564567466e466e6735533879"
}