•  
     
    story #5442 Agile Dashboard REST routes (part 1)
Summary
Empty
Agile Dashboard REST routes (part 1)
Empty
Required routes:

/api/v0.1/projects/:projectId/milestone_types (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of milestones of the project

/api/v0.1/milestone_types/:milestoneTypeId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of the milestone

/api/v0.1/projects/:projectId/backlog_item_types (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of backlog items of the project

/api/v0.1/backlog_item_types/:backlogItemTypeId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of the backlog item

/api/v1.2/milestones/:milestoneId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the milestone

/api/v1.2/milestones/:milestoneId/backlog_items (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the backlog items of the milestone

/api/v1.2/backlog_items/:backlogItemId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve a backlog item


See wiki for details.
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#5442
dylan bowden (dylan)
2013-11-12 08:37
2013-10-22 10:38
3148

References
Referencing story #5442
Referenced by story #5442

Artifact

art #5493

Follow-ups