GET/milestones/{id}.json
Get a Single Milestone
This returns all details about an individual milestone.
Path Params
- Name
id
- Type
- string
- required
- Description
Query Params
- Name
showTaskLists
- Type
- boolean
- Description
If you pass &showTaskLists=true you can also pass &showTasks=true to include a list of tasks in each list
- Default
false
- Name
getProgress
- Type
- boolean
- Description
Use this parameter to return a field percentageComplete
- Default
false
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"milestone": {
"project-id": "1",
"canComplete": true,
"creator-lastname": "Bracken",
"responsible-party-id": "",
"responsiblePartyFullNames": "Holly Bracken|Don O'|Emma |Emer O'",
"commentNotifyIds": "232000,232006,272741,274088",
"private": false,
"comments-count": "0",
"userFollowingComments": false,
"status": "upcoming",
"changeFollowerIds": "",
"created-on": "2020-04-24T12:22:39Z",
"tags": [
{
"name": "analysis",
"id": "1",
"projectId": "0",
"color": "#2f8de4"
},
{
"name": "first-contact",
"id": "1",
"projectId": "0",
"color": "#f78234"
}
],
"canEdit": true,
"isprivate": "no",
"creator-firstname": "Holly",
"id": "1",
"last-changed-on": "2020-04-24T12:22:40Z",
"commentFollowerIds": "",
"completed": false,
"reminder": "no",
"userFollowingChanges": false,
"description": "",
"responsible-party-firstname": "",
"responsible-party-ids": "1,2,3,4",
"responsible-party-names": "Holly B.|Don O.|Emma R.|Emer O.",
"responsible-party-lastname": "",
"creator-avatar-url": "",
"creator-id": "232000",
"project-name": "Teamwork Project",
"deadline": "20200424",
"title": "Milestones"
},
"STATUS": "OK"
}