{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/teams/list-an-organizations-teams/","result":{"data":{"openApi":{"id":"91e3cade-2070-5a63-8499-8f212ddfcc70","path":{"description":"Returns a list of teams bound to a organization.","method":"get","operationId":"List an Organization's Teams","summary":null,"tags":["Teams"],"apiPath":"/api/0/organizations/{organization_slug}/teams/","readableUrl":"/api/teams/list-an-organizations-teams/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization for which the teams should be listed.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"&cursor","in":"query","description":"A pointer to the last object fetched and its' sort order; used to retrieve the next or previous results.","required":false}],"responses":[{"content":{"content_type":"application/json","example":"[\n  {\n    \"avatar\": {\n      \"avatarType\": \"letter_avatar\",\n      \"avatarUuid\": null\n    },\n    \"dateCreated\": \"2018-11-06T21:20:08.115Z\",\n    \"hasAccess\": true,\n    \"id\": \"3\",\n    \"isMember\": true,\n    \"isPending\": false,\n    \"memberCount\": 1,\n    \"name\": \"Ancient Gabelers\",\n    \"projects\": [],\n    \"slug\": \"ancient-gabelers\"\n  },\n  {\n    \"avatar\": {\n      \"avatarType\": \"letter_avatar\",\n      \"avatarUuid\": null\n    },\n    \"dateCreated\": \"2018-11-06T21:19:55.114Z\",\n    \"hasAccess\": true,\n    \"id\": \"2\",\n    \"isMember\": true,\n    \"isPending\": false,\n    \"memberCount\": 1,\n    \"name\": \"Powerful Abolitionist\",\n    \"projects\": [\n      {\n        \"avatar\": {\n          \"avatarType\": \"letter_avatar\",\n          \"avatarUuid\": null\n        },\n        \"color\": \"#bf5b3f\",\n        \"dateCreated\": \"2018-11-06T21:19:58.536Z\",\n        \"features\": [\n          \"releases\",\n          \"sample-events\",\n          \"minidump\",\n          \"servicehooks\",\n          \"rate-limits\",\n          \"data-forwarding\"\n        ],\n        \"firstEvent\": null,\n        \"hasAccess\": true,\n        \"id\": \"3\",\n        \"isBookmarked\": false,\n        \"isInternal\": false,\n        \"isMember\": true,\n        \"isPublic\": false,\n        \"name\": \"Prime Mover\",\n        \"platform\": null,\n        \"slug\": \"prime-mover\",\n        \"status\": \"active\"\n      },\n      {\n        \"avatar\": {\n          \"avatarType\": \"letter_avatar\",\n          \"avatarUuid\": null\n        },\n        \"color\": \"#3fbf7f\",\n        \"dateCreated\": \"2018-11-06T21:19:55.121Z\",\n        \"features\": [\n          \"releases\",\n          \"sample-events\",\n          \"minidump\",\n          \"servicehooks\",\n          \"rate-limits\",\n          \"data-forwarding\"\n        ],\n        \"firstEvent\": null,\n        \"hasAccess\": true,\n        \"id\": \"2\",\n        \"isBookmarked\": false,\n        \"isInternal\": false,\n        \"isMember\": true,\n        \"isPublic\": false,\n        \"name\": \"Pump Station\",\n        \"platform\": null,\n        \"slug\": \"pump-station\",\n        \"status\": \"active\"\n      },\n      {\n        \"avatar\": {\n          \"avatarType\": \"letter_avatar\",\n          \"avatarUuid\": null\n        },\n        \"color\": \"#bf6e3f\",\n        \"dateCreated\": \"2018-11-06T21:20:08.064Z\",\n        \"features\": [\n          \"servicehooks\",\n          \"sample-events\",\n          \"data-forwarding\",\n          \"rate-limits\",\n          \"minidump\"\n        ],\n        \"firstEvent\": null,\n        \"hasAccess\": true,\n        \"id\": \"4\",\n        \"isBookmarked\": false,\n        \"isInternal\": false,\n        \"isMember\": true,\n        \"isPublic\": false,\n        \"name\": \"The Spoiled Yoghurt\",\n        \"platform\": null,\n        \"slug\": \"the-spoiled-yoghurt\",\n        \"status\": \"active\"\n      }\n    ],\n    \"slug\": \"powerful-abolitionist\"\n  }\n]","schema":"{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"required\": [\n      \"avatar\",\n      \"dateCreated\",\n      \"hasAccess\",\n      \"id\",\n      \"isMember\",\n      \"isPending\",\n      \"memberCount\",\n      \"name\",\n      \"projects\",\n      \"slug\"\n    ],\n    \"properties\": {\n      \"avatar\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"avatarType\": {\n            \"type\": \"string\"\n          },\n          \"avatarUuid\": {\n            \"type\": \"string\",\n            \"nullable\": true\n          }\n        }\n      },\n      \"dateCreated\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\"\n      },\n      \"hasAccess\": {\n        \"type\": \"boolean\"\n      },\n      \"id\": {\n        \"type\": \"string\"\n      },\n      \"isMember\": {\n        \"type\": \"boolean\"\n      },\n      \"isPending\": {\n        \"type\": \"boolean\"\n      },\n      \"memberCount\": {\n        \"type\": \"integer\",\n        \"format\": \"int64\"\n      },\n      \"name\": {\n        \"type\": \"string\"\n      },\n      \"projects\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"object\",\n          \"required\": [\n            \"avatar\",\n            \"color\",\n            \"dateCreated\",\n            \"features\",\n            \"firstEvent\",\n            \"hasAccess\",\n            \"id\",\n            \"isBookmarked\",\n            \"isInternal\",\n            \"isMember\",\n            \"isPublic\",\n            \"name\",\n            \"platform\",\n            \"slug\",\n            \"status\"\n          ],\n          \"properties\": {\n            \"avatar\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"avatarType\": {\n                  \"type\": \"string\"\n                },\n                \"avatarUuid\": {\n                  \"type\": \"string\",\n                  \"nullable\": true\n                }\n              }\n            },\n            \"color\": {\n              \"type\": \"string\"\n            },\n            \"dateCreated\": {\n              \"type\": \"string\",\n              \"format\": \"date-time\"\n            },\n            \"features\": {\n              \"type\": \"array\",\n              \"items\": {\n                \"type\": \"string\"\n              }\n            },\n            \"firstEvent\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"hasAccess\": {\n              \"type\": \"boolean\"\n            },\n            \"id\": {\n              \"type\": \"string\"\n            },\n            \"isBookmarked\": {\n              \"type\": \"boolean\"\n            },\n            \"isInternal\": {\n              \"type\": \"boolean\"\n            },\n            \"isMember\": {\n              \"type\": \"boolean\"\n            },\n            \"isPublic\": {\n              \"type\": \"boolean\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            },\n            \"platform\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"slug\": {\n              \"type\": \"string\"\n            },\n            \"status\": {\n              \"type\": \"string\",\n              \"enum\": [\n                \"active\",\n                \"disabled\",\n                \"pending_deletion\",\n                \"deletion_in_progress\"\n              ]\n            }\n          }\n        }\n      },\n      \"slug\": {\n        \"type\": \"string\"\n      }\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Permission Denied","status_code":"401"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["team:read"]}]}}},"pageContext":{"id":"91e3cade-2070-5a63-8499-8f212ddfcc70","title":"List an Organization's Teams"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}