{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/teams/retrieve-a-team/","result":{"data":{"openApi":{"id":"4303e9e6-50a8-5552-afad-c18420f9fa6b","path":{"description":"Return details on an individual team.","method":"get","operationId":"Retrieve a Team","summary":null,"tags":["Teams"],"apiPath":"/api/0/teams/{organization_slug}/{team_slug}/","readableUrl":"/api/teams/retrieve-a-team/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization the team belongs to.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"team_slug","in":"path","description":"The slug of the team to get.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"{\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  \"organization\": {\n    \"avatar\": {\n      \"avatarType\": \"letter_avatar\",\n      \"avatarUuid\": null\n    },\n    \"dateCreated\": \"2018-11-06T21:19:55.101Z\",\n    \"id\": \"2\",\n    \"isEarlyAdopter\": false,\n    \"name\": \"The Interstellar Jurisdiction\",\n    \"require2FA\": false,\n    \"slug\": \"the-interstellar-jurisdiction\",\n    \"status\": {\n      \"id\": \"active\",\n      \"name\": \"active\"\n    }\n  },\n  \"slug\": \"powerful-abolitionist\"\n}","schema":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"avatar\",\n    \"dateCreated\",\n    \"hasAccess\",\n    \"id\",\n    \"isMember\",\n    \"isPending\",\n    \"memberCount\",\n    \"name\",\n    \"slug\",\n    \"organization\"\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    \"organization\": {\n      \"type\": \"object\",\n      \"required\": [\n        \"avatar\",\n        \"dateCreated\",\n        \"id\",\n        \"isEarlyAdopter\",\n        \"name\",\n        \"require2FA\",\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        \"dateCreated\": {\n          \"type\": \"string\",\n          \"format\": \"date-time\"\n        },\n        \"id\": {\n          \"type\": \"string\"\n        },\n        \"isEarlyAdopter\": {\n          \"type\": \"boolean\"\n        },\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"require2FA\": {\n          \"type\": \"boolean\"\n        },\n        \"slug\": {\n          \"type\": \"string\"\n        },\n        \"status\": {\n          \"type\": \"object\",\n          \"required\": [\n            \"id\",\n            \"name\"\n          ],\n          \"properties\": {\n            \"id\": {\n              \"type\": \"string\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            }\n          }\n        }\n      }\n    },\n    \"name\": {\n      \"type\": \"string\"\n    },\n    \"slug\": {\n      \"type\": \"string\"\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Team not found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["team:read"]}]}}},"pageContext":{"id":"4303e9e6-50a8-5552-afad-c18420f9fa6b","title":"Retrieve a Team"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}