GET/trashcan/projects/{id}.json
Get a Project Resources in the Trashcan
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"links": [],
"tasklists": [],
"files": [],
"comments": [],
"messages": [],
"STATUS": "OK",
"tasks": [],
"timelogs": [],
"notebooks": [],
"milestones": []
}