{ "opencollection": "1.0.0", "info": { "name": "Stack Overflow for Teams Answers Articles API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Articles", "type": "folder" }, "items": [ { "info": { "name": "Get Team Articles", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackoverflowteams.com/v3/teams/:team/articles", "params": [ { "name": "team", "value": "my-team", "type": "path", "description": "The slug of the Stack Overflow for Teams workspace. If your team lives at stackoverflowteams.com/c/my-team, the slug is my-team." }, { "name": "page", "value": "", "type": "query", "description": "Page number (1-indexed)" }, { "name": "pagesize", "value": "", "type": "query", "description": "Number of results per page (max 100)" }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort results by" }, { "name": "order", "value": "", "type": "query", "description": "Sort order" }, { "name": "filter", "value": "", "type": "query", "description": "Filter to control which fields are returned" } ] }, "docs": "Returns a list of knowledge articles in the specified Stack Overflow for Teams workspace. Articles are long-form content pieces for documentation and knowledge sharing." }, { "info": { "name": "Create a Team Article", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackoverflowteams.com/v3/teams/:team/articles", "params": [ { "name": "team", "value": "my-team", "type": "path", "description": "The slug of the Stack Overflow for Teams workspace. If your team lives at stackoverflowteams.com/c/my-team, the slug is my-team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new knowledge article in a Stack Overflow for Teams workspace. Requires write access (Business tier)." }, { "info": { "name": "Get a Team Article", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackoverflowteams.com/v3/teams/:team/articles/:id", "params": [ { "name": "team", "value": "my-team", "type": "path", "description": "The slug of the Stack Overflow for Teams workspace. If your team lives at stackoverflowteams.com/c/my-team, the slug is my-team." }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "filter", "value": "", "type": "query", "description": "Filter to control which fields are returned" } ] }, "docs": "Returns a specific knowledge article from a Stack Overflow for Teams workspace by its ID." }, { "info": { "name": "Update a Team Article", "type": "http" }, "http": { "method": "PUT", "url": "https://api.stackoverflowteams.com/v3/teams/:team/articles/:id", "params": [ { "name": "team", "value": "my-team", "type": "path", "description": "The slug of the Stack Overflow for Teams workspace. If your team lives at stackoverflowteams.com/c/my-team, the slug is my-team." }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing knowledge article in a Stack Overflow for Teams workspace. Requires write access." } ] } ], "bundled": true }