GET/v/2/messages/{messageId}/replies.json

Get Reactions on Message Replies

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
    messageId
    Type
    string
    required
    Description

Query Params

  • Name
    getReactions
    Type
    boolean
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "messageReplies": [
    {
      "messageId": "1",
      "isOriginal": "0",
      "replyNo": "0",
      "lastChangedOn": "2019-03-15T17:27:10Z",
      "isRead": "1",
      "author": {
        "lastName": "Testers",
        "firstName": "Holly",
        "id": "1",
        "fullName": "Holly Testers",
        "avatarUrl": "",
        "company": "MCG Company"
      },
      "hasEditExpired": false,
      "canEditContents": true,
      "postedOn": "2019-03-15T17:27:06Z",
      "attachmentsCount": "0",
      "textBody": "ssss",
      "attachments": [],
      "id": "1",
      "messageStatus": "active",
      "userDisplayPostedTime": "5:27PM",
      "project": {
        "id": "1",
        "name": "Project 2"
      },
      "reactions": {
        "counts": {
          "heart": "0",
          "like": "0",
          "joy": "1",
          "frown": "0",
          "dislike": "0"
        },
        "mine": [
          "joy"
        ]
      },
      "contentType": "HTML",
      "postStatus": "active",
      "private": false,
      "company": {
        "name": "MCG Company"
      },
      "canDelete": true,
      "lockdownId": "",
      "datetime": "2019-03-15T17:27:06Z",
      "userDisplayPostedDate": "Fri, 15 Mar 2019",
      "numNotified": "0",
      "body": "<div>ssss</div>"
    }
  ]
}