microsoft / microsoft/teams.py
[Feature Request]: endpoint to retrieve chat associated to user & app w/o Graph
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 65
- Forks
- 30
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 23
Description
discussion initiated here: https://github.com/microsoft/teams-sdk/discussions/2729
today, it's not possible to retrieve the chat associated to the bot/app without using the graph package (which requires particular global permissions)
tmk, we should be able to expose this endpoint to retrieve all messages **for a given conversation**:
`GET /v3/conversations/{conversationId}/messages`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading discussion 2729 and tracing the repository's existing conversation and message API entry points. Determine how a GET request for /v3/conversations/{conversationId}/messages would fit without the Graph package. Done means the endpoint retrieves all messages for the specified conversation and is covered by the project's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100