Atlassian · Example Payload

Atlassian Atlassianfindgroups Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianfindgroups 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": "atlassianFindgroups",
  "method": "GET",
  "path": "/rest/api/3/groups/picker",
  "summary": "Atlassian Find Groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"groups\":[{\"groupId\":\"276f955c-63d7-42c8-9520-92d01dca0625\",\"html\":\"<b>j</b>dog-developers\",\"name\":\"jdog-developers\"},{\"groupId\":\"6e87dc72-4f1f-421f-9382-2fee8b652487\",\"html\":\"<b>j</b>uvenal-bot\",\"name\":\"juvenal-bot\"}],\"header\":\"Showing 20 of 25 matching groups\",\"total\":25}"
    }
  ]
}