Atlassian · Example Payload

Atlassian Atlassiangetrelatedwork Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetrelatedwork 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": "atlassianGetrelatedwork",
  "method": "GET",
  "path": "/rest/api/3/version/{id}/relatedwork",
  "summary": "Atlassian Get Related Work",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "[{\"category\":\"Design\",\"issueId\":10001,\"relatedWorkId\":\"fabcdef6-7878-1234-beaf-43211234abcd\",\"title\":\"Design link\",\"url\":\"https://www.atlassian.com\"},{\"category\":\"Communications\",\"issueId\":10002,\"relatedWorkId\":\"fabcdef6-7878-1234-beaf-43211234abce\",\"title\":\"Chat application\",\"url\":\"https://www.atlassian.com\"},{\"category\":\"External Link\",\"issueId\":10003,\"relatedWorkId\":\"fabcdef6-7878-1234-beaf-43211234abcf\",\"title\":\"Some website\",\"url\":\"https://www.atlassian.com\"}]"
    }
  ]
}