GET/links.json

List All Links

Lists all links on projects that the authenticated user is associated with.


Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "projects": [
    {
      "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"
    }
  ]
}