{ "operationId": "atlassianGetidsofworklogsdeletedsince", "method": "GET", "path": "/rest/api/3/worklog/deleted", "summary": "Atlassian Get Ids Of Deleted Worklogs", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"lastPage\":true,\"nextPage\":\"https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013693136\",\"self\":\"https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013671562\",\"since\":1438013671562,\"until\":1438013693136,\"values\":[{\"properties\":[],\"updatedTime\":1438013671562,\"worklogId\":103},{\"properties\":[],\"updatedTime\":1438013672165,\"worklogId\":104},{\"properties\":[],\"updatedTime\":1438013693136,\"worklogId\":105}]}" } ] }