Skip to content

Download an uploaded file by secret and filename

GET
/api/v4/groups/{id}/uploads/{secret}/{filename}

Downloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the group.

id
required
One of:
string

The ID or URL-encoded path of the group

secret
required
string

The 32-character secret of a group upload

filename
required
string

The filename of a group upload

OK

Bad Request

Unauthenticated

Not found