GET/projects/updates/{updateId}/reactions.json

Get Reactions to a Project Update

NOTE: This is a V2 endpoint. These endpoints can be used but are subject to change.

Reactions are only available to users who have the new dashboard enabled via the beta program. In order to do use reactions you need to first enable this.


Path Params

  • Name
    updateId
    Type
    string
    required
    Description

Query Params

  • Name
    getReactions
    Type
    string
    required
    Description

Body Params

    • Name
      getReactions
      Type
      boolean

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK",
      "update": {
        "deletedDate": "",
        "projectId": "1",
        "color": "#1",
        "projectStatus": "active",
        "text": "Development phase done.",
        "id": "144",
        "health": "3",
        "deleted": false,
        "user": {
          "lastName": "Testers",
          "firstName": "Holly",
          "id": "1",
          "fullName": "Google Testers",
          "avatarUrl": ""
        },
        "dateCreated": "2019-01-03T08:53:01Z"
      }
    }