Atlassian · Example Payload

Atlassian Atlassiangetidsofworklogsdeletedsince Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetidsofworklogsdeletedsince Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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}]}"
    }
  ]
}