Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /groups #62

Closed
Tracked by #56
kotaaaa opened this issue Dec 3, 2023 · 1 comment · Fixed by #65 or #70
Closed
Tracked by #56

GET /groups #62

kotaaaa opened this issue Dec 3, 2023 · 1 comment · Fixed by #65 or #70
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kotaaaa
Copy link
Member

kotaaaa commented Dec 3, 2023

Describe the Enhancement

Add new endpoint GET /groups/:userId

Response is list of group entity linking to userId

  • group_id
  • group_name

Response Sample

{
  "groups": [
    {
       "groupId": "id",
       "groupName": "name"
     },
    {
       "groupId": "id",
       "groupName": "name"
     }
  ]
}

@kotaaaa kotaaaa added the enhancement New feature or request label Dec 3, 2023
@kotaaaa kotaaaa changed the title GET /groups GET /groups/:userId Dec 3, 2023
@hitohata hitohata linked a pull request Dec 4, 2023 that will close this issue
@hitohata hitohata added this to the First Release milestone Dec 4, 2023
@hitohata hitohata self-assigned this Dec 4, 2023
@kotaaaa kotaaaa changed the title GET /groups/:userId GET /groups Dec 6, 2023
@kotaaaa
Copy link
Member Author

kotaaaa commented Dec 6, 2023

(2023/12/05MTG)
GET /groups/:userId -> GET /groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
2 participants