Downloads a previously uploaded data-incremental.zip.
URL
https://my.<region>.fredhopperservices.com/{sin}/data/input/{id}/data-incremental.zip
Formats
application/zip
HTTP Method(s)
GET
Requires Authentication
Yes
Parameters
| Parameter | Required | Description |
|---|---|---|
| {sin} | Yes | Name of the service instance, for example fas:live1 or fas:test1. |
| {id} | Yes | Data id |
Response
HTTP "200 OK" response, with a body containing the requested file.
Usage example
The following uses curl to download the input file 'data-incremental.zip' from the service instance 'fas:live1' in the 'us1' region, and saves it in the current directory as 'data-incremental.zip' (-o data-incremental.zip parameters).
The command shows the headers returned by the server (-D -) for illustration purposes as well.
Request:
$ curl -s -D - -u user:password https://my.us1.fredhopperservices.com/fas:live1/data/input/2010-10-01_15-15-53/data-incremental.zip -o data-incremental.zip HTTP/1.1 200 OK Content-Type: application/octet-stream
Comments
0 comments
Please sign in to leave a comment.