Actions
Feature #22474
openRetrieve Gantt PNG/PDF using REST API
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
It would be nice to be able to request the gantt chart in either PNG or PDF using the REST API.
As far as I can tell it would only require a small change in app/controllers/gantts_controller.rb, specifically adding in the:
accept_api_auth :show
line. Although there may be more to do to restrict this to PNG/PDF rather than HTML. But then maybe HTML is also viable?
Anyway, this would be a simple and easy addition to the REST API.
Actions