All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.organization.ws.search-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 25,
    "total": 2
  },
  "organizations": [
    {
      "key": "foo-company",
      "name": "Foo Company",
      "guarded": true,
      "isAdmin": false
    },
    {
      "key": "bar-company",
      "name": "Bar Company",
      "description": "The Bar company produces quality software too.",
      "url": "https://www.bar.com",
      "avatar": "https://www.bar.com/logo.png",
      "guarded": false,
      "isAdmin": true
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy