PUT/trashcan/{resource}/{id}/restore.json

Restore Resource Items from the Trashcan

Resouces that can be restored:

  • projects
  • tasks
  • milestones
  • tasklists
  • messages
  • messagereplies
  • notebooks
  • files
  • fileversions
  • timelogs
  • links
  • comments
  • people

Replace 'resource' with the above. Eg:
/trashcan/people/{id}/restore.json /trashcan/tasks/{id}/restore.json


Path Params

  • Name
    resource
    Type
    string
    required
    Description
  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK"
}