{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/teams/list-a-teams-projects/","result":{"data":{"openApi":{"id":"d64737f7-ef9f-5a8b-a609-cd06597ab0fb","path":{"description":"Return a list of projects bound to a team.","method":"get","operationId":"List a Team's Projects","summary":null,"tags":["Teams"],"apiPath":"/api/0/teams/{organization_slug}/{team_slug}/projects/","readableUrl":"/api/teams/list-a-teams-projects/","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},{"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    \"slug\": \"the-spoiled-yoghurt\",\n    \"name\": \"The Spoiled Yoghurt\",\n    \"hasAccess\": true,\n    \"teams\": [\n      {\n        \"id\": \"542609\",\n        \"name\": \"Powerful Abolitionist\",\n        \"slug\": \"powerful-abolitionist\"\n      }\n    ],\n    \"platform\": null,\n    \"firstEvent\": null,\n    \"isMember\": false,\n    \"team\": {\n      \"id\": \"542609\",\n      \"name\": \"Powerful Abolitionist\",\n      \"slug\": \"powerful-abolitionist\"\n    },\n    \"dateCreated\": \"2020-08-20T14:36:34.171255Z\",\n    \"isBookmarked\": false,\n    \"id\": \"5398494\",\n    \"latestDeploys\": null,\n    \"features\": [\n      \"custom-inbound-filters\",\n      \"discard-groups\",\n      \"rate-limits\",\n      \"data-forwarding\",\n      \"similarity-view\",\n      \"issue-alerts-targeting\",\n      \"servicehooks\",\n      \"minidump\",\n      \"similarity-indexing\"\n    ]\n  }\n]","schema":"{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"required\": [\n      \"dateCreated\",\n      \"features\",\n      \"firstEvent\",\n      \"hasAccess\",\n      \"id\",\n      \"isBookmarked\",\n      \"isMember\",\n      \"name\",\n      \"platform\",\n      \"slug\",\n      \"team\",\n      \"teams\",\n      \"latestDeploys\"\n    ],\n    \"properties\": {\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      \"isMember\": {\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      \"team\": {\n        \"type\": \"object\",\n        \"required\": [\n          \"id\",\n          \"name\",\n          \"slug\"\n        ],\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"slug\": {\n            \"type\": \"string\"\n          }\n        }\n      },\n      \"teams\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"object\",\n          \"required\": [\n            \"id\",\n            \"name\",\n            \"slug\"\n          ],\n          \"properties\": {\n            \"id\": {\n              \"type\": \"string\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            },\n            \"slug\": {\n              \"type\": \"string\"\n            }\n          }\n        }\n      },\n      \"latestDeploys\": {\n        \"type\": \"string\",\n        \"nullable\": true\n      }\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":["project:read"]}]}}},"pageContext":{"id":"d64737f7-ef9f-5a8b-a609-cd06597ab0fb","title":"List a Team's Projects"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}