GET/trashcan/projects/{id}.json
Get a Project Resources in the Trashcan
Request Examples
Example Request
GET
/trashcan/projects/{id}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
200 Response
application/json
{
"links": [],
"tasklists": [],
"files": [],
"comments": [],
"messages": [],
"STATUS": "OK",
"tasks": [],
"timelogs": [],
"notebooks": [],
"milestones": []
}