Project

General

Profile

Actions

Feature #20404

closed

REST API support for project files (attachments)

Added by Heiko Robert almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

The files tab is a nice mechanism to provide any compiled artefacts by version. Unfortunately there is no REST-API support for at least downloadig (uploading would be perfect). e.g.

file list in that project from version_Id=3

GET /projects/redmine/files?version_id=3

get file with id
GET /projects/redmine/files/123

get file with name
GET /projects/redmine/files/redmine.jar

get file with name from version
GET /projects/redmine/files/redmine.jar?version_id=3


Related issues

Is duplicate of Redmine - Feature #7725: REST API for filesClosed2011-02-25

Actions
Actions

Also available in: Atom PDF