GET/projects/{projectId}/updates.json

Get Project Updates

Returns all project updates.


Path Params

  • Name
    projectId
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "update": {
    "deletedDate": "",
    "text": "hello\n",
    "health": "0",
    "id": "1",
    "dateCreated": "2018-04-24T19:13:57Z",
    "projectId": "273962",
    "color": "",
    "deleted": false,
    "user": {
      "avatarUrl": "",
      "firstName": "Holly",
      "fullName": "Holly McGill",
      "id": "1",
      "lastName": "McGill"
    },
    "projectStatus": "active"
  },
  "STATUS": "OK"
}