GET/projects/{id}/links.json

List Links on a Project

This lets you query the list of links for a project.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "project": {
    "links": [
      {
        "project-id": "999",
        "name": "Website",
        "description": "Link to the website",
        "created-by-userfirstname": "Demo",
        "height": "600",
        "private": "0",
        "width": "800",
        "created-by-userId": "999",
        "created-by-userlastname": "User",
        "category-id": "999",
        "open-in-new-window": "1",
        "id": "999",
        "provider": "default",
        "created-date": "2014-03-31T13:17:14Z",
        "category-name": "Demo Links 2",
        "code": "http://demo1company.com"
      }
    ],
    "name": "demo",
    "id": "999"
  }
}