Skip to main content

Questions tagged [stack-overflow-for-teams]

For questions about using the Stack Exchange API to access Stack Overflow for Teams data. For general Stack Overflow for Teams questions, please visit Meta Stack Overflow.

Filter by
Sorted by
Tagged with
0 votes
1 answer
247 views

I'm trying to call a PUT/DELETE request using the Stack Overflow Teams API in Python, but I'm encountering errors. As an FYI, I have a working PAT that allows me to make get requests for articles and ...
1 vote
0 answers
63 views

I'm attempting to set up OAuth in the Stack Overflow API. I've created a Stack App and obtained the Client ID and Client Secret. However, I'm encountering difficulties in the process and require ...
4 votes
1 answer
142 views

I am reading this documentation https://stackoverflow.help/en/articles/4385859-stack-overflow-for-teams-api where they mention the need to create a PAT to access StackOverflow for Teams API (https://...
2 votes
1 answer
92 views

The API page about Stack Overflow for Teams says (emphasis mine): Starting with the release of Stack Overflow For Teams, the Stack Exchange API exposes read-only access to data stored in private ...
4 votes
0 answers
65 views

I am attempting to pull the articles from my company's collective. They are all returned when no tagged filter is used. This should return results for the articles tagged wso2 or is there a different ...
1 vote
0 answers
36 views

We are Teams users and want to get all the articles and questions added into one collection. I did not find it in the documentation.
2 votes
0 answers
80 views

The documentation says (emphasis mine): Starting with the release of Stack Overflow For Teams, the Stack Exchange API exposes read-only access to data stored in private Teams. This is slightly ...
4 votes
1 answer
158 views

I'm trying to post an article using StackExchange's Teams API then try to pull that new article's id from the API response. The article gets posted but the items field is empty : {"items":[],...
1 vote
1 answer
110 views

I just want to have same query result like stackoverflow.com did. I read this post:Searching on Stack Overflow and using the API give different results?. looks like /search/excerpts is the right ...
8 votes
1 answer
617 views

I don't care, gimme the download link! You can download the script from its GitHub repo, or use the direct download link. Credits I've developed this by myself, but I'd like to thank Tyberius from ...
1 vote
0 answers
67 views

How can I use Stack Overflow for Teams with Stack Exchange API combined? I have tried creating a stack app and using client ID in Stack Exchange API. I made a localhost application to implement Stack ...
1 vote
1 answer
146 views

I've been using the Stack Overflow for Teams API for a while now, but since yesterday it stopped working for one of the Teams; that Team also wasn't listed in the Applications (https://stackoverflow....
4 votes
1 answer
1k views

I am attempting to create an application utilizing the API to query data from our private Stack Overflow Teams site. I've read through the documentation at https://api.stackexchange.com/docs/teams ...
6 votes
0 answers
150 views

The Stack Exchange API supports access to Stack Overflow for Teams; see the Teams API documentation. But, since Teams content is private, post images aren't uploaded to imgur.com, but instead hosted ...