GET/projects/{id}/links.json
List Links on a Project
Request Examples
Example Request
GET
/projects/{id}/links.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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"
}
}