GET/links/{id}.json

Get a Single Link

This returns all details about an individual link.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "link": {
    "project-id": "1",
    "commentNotifyIds": "0,1",
    "created-by-userfirstname": "Holly",
    "height": "600",
    "comments-count": "0",
    "private": "0",
    "userFollowingComments": false,
    "updated-date": "2020-04-28T16:08:16Z",
    "changeFollowerIds": "0",
    "created-by-userlastname": "Bracken",
    "tags": [],
    "canEdit": true,
    "userDisplayUpdatedTime": "17:08",
    "id": "1",
    "commentFollowerIds": "0",
    "created-date": "2020-04-28T16:08:16Z",
    "code": "https://www.teamwork.com/",
    "userDisplayUpdatedDate": "Tue, 28 Apr 2020",
    "name": "Latest website build",
    "userFollowingChanges": false,
    "description": "Last iteration before rebuild.",
    "combinedFollowersCount": "2",
    "width": "800",
    "created-by-userId": "1",
    "category-id": "",
    "project-name": "Website Redesign",
    "open-in-new-window": "1",
    "provider": "default",
    "lockdownId": "",
    "category-name": ""
  },
  "STATUS": "OK"
}