GET/projects/{projectId}/update.json
Get most recent Update
This will return the most recent update along with the project health.
Path Params
- Name
projectId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"update": {
"deletedDate": "",
"text": "Project on track",
"health": "3",
"id": "1",
"dateCreated": "2019-01-03T08:53:01Z",
"projectId": "1",
"color": "#8BC34A",
"deleted": false,
"user": {
"avatarUrl": "",
"firstName": "Holly",
"fullName": "Holly Smith",
"id": "1",
"lastName": "Smith"
},
"projectStatus": "active"
},
"STATUS": "OK"
}