Get A Release Content By ID

Download content for a given release ID. The client will be redirected to a download URL of the requested content. If the request content is a folder, the server will respond with HTTP status code 204 No Content. The server will set the Content-Disposition HTTP header to allow the client to save the file under the correct filename. Note that this header has to be supported by your download client.

Note

When using wget you may need to provide the ‘–content-disposition’ parameter.

Endpoint

/contents/{ID}

HTTP Methods

GET

Response Content Type

application/octet-stream

Response Body

File

Example Request

wget --content-disposition https://example.com/contents/49
GET /contents/49 HTTP/1.1
Host: example.com
Accept: application/octet-stream