Contents
Get Version/Milestone List
Returns list of Versions/Milestones in the project.
Role
All
Method
GET
URL
/api/v2/projects/:projectIdOrKey/versions
URL parameters
Parameter Name | Type | Description |
---|---|---|
projectIdOrKey | String | Project ID or Project Key |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
[
{
"id": 3,
"projectId": 1,
"name": "wait for release",
"description": "",
"startDate": null,
"releaseDueDate": null,
"archived": false,
"displayOrder": 0
},
// ...
]