GET/{resource}/{resourceId}/likes.json

Get Likes on an Resource

Path Params

  • Name
    resource
    Type
    string
    required
    Description

    Resources such as: Message Replies, FileVersions, Comments

  • Name
    resourceId
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "likes": [
    {
      "posted-on": "2017-09-14T09:54:00Z",
      "first-name": "Glenn",
      "avatar-url": "https://s3.amazonaws.com/TWFiles/422641/userAvatar/twia_a42026eaa4dd7adb1032c7968e9badff.png/f2cf1458e408009fd0f17c856099856a.png",
      "company-name": "GlennsDemo",
      "id": "165812",
      "last-name": "Goggin",
      "company-id": "77205"
    }
  ]
}