Atlassian · Example Payload

Atlassian Atlassianlistthedefaultreviewersinaproject Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianlistthedefaultreviewersinaproject 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": "atlassianListTheDefaultReviewersInAProject",
  "method": "GET",
  "path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers",
  "summary": "Atlassian List The Default Reviewers In A Project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "pagelen": 10,
        "values": [
          {
            "user": {
              "display_name": "Davis Lee",
              "uuid": "{f0e0e8e9-66c1-4b85-a784-44a9eb9ef1a6}"
            },
            "reviewer_type": "project",
            "type": "default_reviewer"
          },
          {
            "user": {
              "display_name": "Jorge Rodriguez",
              "uuid": "{1aa43376-260d-4a0b-9660-f62672b9655d}"
            },
            "reviewer_type": "project",
            "type": "default_reviewer"
          }
        ],
        "page": 1,
        "size": 2
      }
    }
  ]
}