Atlassian · Example Payload

Atlassian Atlassiansearchresolutions Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiansearchresolutions 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": "atlassianSearchresolutions",
  "method": "GET",
  "path": "/rest/api/3/resolution/search",
  "summary": "Atlassian Search Resolutions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":true,\"maxResults\":50,\"startAt\":0,\"total\":1,\"values\":[{\"description\":\"This is what it is supposed to do.\",\"id\":\"10001\",\"isDefault\":true,\"name\":\"Works as designed\"}]}"
    }
  ]
}