GET/trashcan/projects.json
Get Projects in the Trashcan
Returns the deleted projects of the account.
Query Params
- Name
days- Type
- integer
- Description
Return only the projects that were deleted in the last number of days.
- Default
30
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"projects": [
{
"id": "12345",
"name": "Website redesign",
"username": "Jane Doe",
"date": "2026-09-01T10:00:00Z",
"projectType": "normal",
"days": "3",
"commentCount": "0"
}
],
"STATUS": "OK"
}